aboutsummaryrefslogtreecommitdiff
path: root/client/menu/settings_menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/settings_menu.gd')
-rw-r--r--client/menu/settings_menu.gd3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/menu/settings_menu.gd b/client/menu/settings_menu.gd
index 4c14a459..b433951f 100644
--- a/client/menu/settings_menu.gd
+++ b/client/menu/settings_menu.gd
@@ -43,6 +43,9 @@ func update_rows():
row.connect("apply_preset", apply_preset)
options.add_child(row)
settings[k] = row
+ await get_tree().process_frame
+ Global.focus_first_button(self)
+
func apply_preset(preset: Dictionary):
for k in settings.keys():