We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1c680 commit 9792664Copy full SHA for 9792664
1 file changed
addons/GDQuest_GDScript_formatter/plugin.gd
@@ -125,7 +125,7 @@ func _exit_tree() -> void:
125
menu = null
126
127
128
-func shortcut_input(event: InputEvent) -> void:
+func _shortcut_input(event: InputEvent) -> void:
129
if not has_command(get_editor_setting(SETTING_FORMATTER_PATH)):
130
return
131
var shortcut := get_editor_setting(SETTING_SHORTCUT) as Shortcut
0 commit comments