You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Don't show launcher app in launcher apps
This commit is contained in:
@@ -49,6 +49,9 @@ class Launcher(mpos.apps.Activity):
|
||||
|
||||
# Create UI for each app
|
||||
for app in PackageManager.get_app_list():
|
||||
if app.category == "launcher":
|
||||
print("Skipping launcher app from launcher apps...")
|
||||
continue
|
||||
app_name = app.name
|
||||
app_dir_fullpath = app.installed_path
|
||||
print(f"Adding app {app_name} from {app_dir_fullpath}")
|
||||
|
||||
Reference in New Issue
Block a user