diff --git a/addons/beehave/plugin.gd b/addons/beehave/plugin.gd index c6805afb..5e778cdb 100644 --- a/addons/beehave/plugin.gd +++ b/addons/beehave/plugin.gd @@ -19,8 +19,7 @@ func _init(): "name": "beehave/debugger/start_detached", "type": TYPE_BOOL, "hint": PROPERTY_HINT_NONE, - "hint_string": "If enabled, the debugger will start in a separate window", - "usage": PROPERTY_USAGE_DEFAULT + "hint_string": "If enabled, the debugger will start in a separate window" }) ProjectSettings.save()