diff --git a/PlayTools/Keymap/DragElementsView.swift b/PlayTools/Keymap/DragElementsView.swift index 24dfe7a1..84e93e03 100644 --- a/PlayTools/Keymap/DragElementsView.swift +++ b/PlayTools/Keymap/DragElementsView.swift @@ -57,7 +57,7 @@ class KeymapHolder: CircleMenuDelegate { case 2: EditorController.shared.addMouseArea(globalPoint!) default: - Toast.showHint(title: "item \(atIndex) is not recognizable") + Toast.showOver(msg: "item \(atIndex) is not recognised") // EditorController.shared.addMouseJoystick(globalPoint!) } hideWithAnimation()