Launcher: ignore launchers and MPOS settings (except wifi)

This commit is contained in:
Thomas Farstrike
2026-03-18 13:05:19 +01:00
parent b3f84555c1
commit a13af57273
@@ -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