This commit is contained in:
Thomas Farstrike
2025-11-12 12:24:36 +01:00
parent e24e65b401
commit e7c919dd5f
+1 -1
View File
@@ -75,7 +75,7 @@ except Exception as e:
# Start launcher so it's always at bottom of stack
launcher_app = PackageManager.get_launcher()
started_launcher = mpos.apps.start_app(launcher_app.fullname)
# Then start another app if configured
# Then start auto_start_app if configured
auto_start_app = prefs.get_string("auto_start_app", None)
if auto_start_app and launcher_app.fullname != auto_start_app:
mpos.apps.start_app(auto_start_app)