Skip to content

Commit

Permalink
Merge pull request #94 from TheMoonThatRises/fix/show-hint-undefined
Browse files Browse the repository at this point in the history
Fix showHint undefined in Toast
  • Loading branch information
Depal1 committed Mar 8, 2023
2 parents c022f3a + 8ba3ce1 commit 1e87c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayTools/Keymap/DragElementsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1e87c22

Please sign in to comment.