diff --git a/internal_filesystem/builtin/apps/com.micropythonos.launcher/assets/launcher.py b/internal_filesystem/builtin/apps/com.micropythonos.launcher/assets/launcher.py index 440ee6b4..48b4eb10 100644 --- a/internal_filesystem/builtin/apps/com.micropythonos.launcher/assets/launcher.py +++ b/internal_filesystem/builtin/apps/com.micropythonos.launcher/assets/launcher.py @@ -86,7 +86,8 @@ class Launcher(Activity): iconcont_height = icon_size + label_height for app in AppManager.get_app_list(): - if app.category == "launcher": + if app.category == "launcher" or (app.fullname != "com.micropythonos.settings.wifi" and app.fullname.startswith("com.micropythonos.settings.")): + # Ignore launchers and MPOS settings (except wifi) continue app_name = app.name