From 583ebef55233654fec697c5594a281014658b86a Mon Sep 17 00:00:00 2001 From: Anish Mishra Date: Tue, 29 Jul 2025 00:13:49 +0530 Subject: [PATCH] fix-system-bar-color --- src/autoload/HandlerGUI.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autoload/HandlerGUI.gd b/src/autoload/HandlerGUI.gd index 86f12dc..97915b6 100644 --- a/src/autoload/HandlerGUI.gd +++ b/src/autoload/HandlerGUI.gd @@ -59,7 +59,7 @@ func _ready() -> void: update_ui_scale() android_runtime = Engine.get_singleton("AndroidRuntime") - set_system_bar_color(ThemeUtils.overlay_panel_inner_color, true) + set_system_bar_color(ThemeUtils.base_color, true) shortcut_panel = ShortcutPanelScene.instantiate() get_tree().root.add_child(shortcut_panel)