We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c921c commit 164e049Copy full SHA for 164e049
addons/string_keys/plugin.gd
@@ -62,7 +62,6 @@ func on_menu_item_pressed(i: int):
62
63
64
func auto_gen_on_save(_resource : Resource):
65
- print("resource saved")
66
if _popup_menu.is_item_checked(Menu.AUTO_GEN_ON_SAVE):
67
#resource_saved signal is BEFORE the save, waiting until the filesytem has channged
68
#makes it run after the save. Just using the filesystem_changed signal alone wouldn't
0 commit comments