Bigui Launch Fix - Revert in case of emergency

This commit is contained in:
firestarsdog
2026-04-10 21:35:20 -04:00
parent 2efb42bc43
commit 87b4f8a287
+1 -1
View File
@@ -17,7 +17,7 @@ def main():
config_realtime_process(0, 51)
gui_app.init_window("UI")
render_in_gui_app = not gui_app.big_ui()
render_in_gui_app = gui_app.big_ui()
if gui_app.big_ui():
main_layout = MainLayout()
else: