Skip to content

Commit e7c919d

Browse files
Comments
1 parent e24e65b commit e7c919d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_filesystem/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def custom_exception_handler(e):
7575
# Start launcher so it's always at bottom of stack
7676
launcher_app = PackageManager.get_launcher()
7777
started_launcher = mpos.apps.start_app(launcher_app.fullname)
78-
# Then start another app if configured
78+
# Then start auto_start_app if configured
7979
auto_start_app = prefs.get_string("auto_start_app", None)
8080
if auto_start_app and launcher_app.fullname != auto_start_app:
8181
mpos.apps.start_app(auto_start_app)

0 commit comments

Comments
 (0)