aboutsummaryrefslogtreecommitdiff
path: root/client/menu/settings.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-07-07 15:01:02 +0200
committertpart <tpart120@proton.me>2024-07-07 15:01:07 +0200
commit3b1d36710e253d9604b7197fba54b5840df2e2e6 (patch)
tree6f5a86bcb1137b2c85c577a85c141995d244bd5a /client/menu/settings.gd
parent97bf42bd26ec253c5937be395feda96485ca789b (diff)
downloadhurrycurry-3b1d36710e253d9604b7197fba54b5840df2e2e6.tar
hurrycurry-3b1d36710e253d9604b7197fba54b5840df2e2e6.tar.bz2
hurrycurry-3b1d36710e253d9604b7197fba54b5840df2e2e6.tar.zst
Fix focus in setup menu
Diffstat (limited to 'client/menu/settings.gd')
-rw-r--r--client/menu/settings.gd6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/menu/settings.gd b/client/menu/settings.gd
index 9e1b0706..c028d533 100644
--- a/client/menu/settings.gd
+++ b/client/menu/settings.gd
@@ -38,5 +38,7 @@ func update_rows(fix_focus = false):
options.add_child(row)
if fix_focus:
- await get_tree().process_frame
- Global.focus_first_button(self)
+ pass
+ # TODO: Not implemented!
+ # await get_tree().process_frame
+ # Global.focus_first(self)