diff options
Diffstat (limited to 'client/menu/settings.gd')
-rw-r--r-- | client/menu/settings.gd | 6 |
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) |