We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24e65b commit e7c919dCopy full SHA for e7c919d
internal_filesystem/main.py
@@ -75,7 +75,7 @@ def custom_exception_handler(e):
75
# Start launcher so it's always at bottom of stack
76
launcher_app = PackageManager.get_launcher()
77
started_launcher = mpos.apps.start_app(launcher_app.fullname)
78
-# Then start another app if configured
+# Then start auto_start_app if configured
79
auto_start_app = prefs.get_string("auto_start_app", None)
80
if auto_start_app and launcher_app.fullname != auto_start_app:
81
mpos.apps.start_app(auto_start_app)
0 commit comments