Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanLemans committed Feb 5, 2025
1 parent 822b1bf commit 295dce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ var default_value
var _connected_nodes : Array

func _on_setting_changed(value):
if Engine.is_editor_hint(): return
Config.set_config(section, key, value)
setting_changed.emit(value)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@tool
extends ListOptionControl

func _set_input_device():
Expand Down

0 comments on commit 295dce6

Please sign in to comment.