You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Launcher: ignore launchers and MPOS settings (except wifi)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user