Revert "Bigui Launch Fix - Revert in case of emergency"

This reverts commit 87b4f8a287.
This commit is contained in:
firestar5683
2026-04-10 22:22:54 -05:00
parent 8236c530fb
commit b511785e01
+1 -1
View File
@@ -17,7 +17,7 @@ def main():
config_realtime_process(0, 51)
gui_app.init_window("UI")
render_in_gui_app = gui_app.big_ui()
render_in_gui_app = not gui_app.big_ui()
if gui_app.big_ui():
main_layout = MainLayout()
else: