Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf044e6c

Browse files
Don't show launcher app in launcher apps
1 parentf9ec35d commitf044e6c

File tree

1 file changed

+3
-0
lines changed
  • internal_filesystem/builtin/apps/com.micropythonos.launcher/assets

1 file changed

+3
-0
lines changed

‎internal_filesystem/builtin/apps/com.micropythonos.launcher/assets/launcher.py‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ def onResume(self, screen):
4949

5050
# Create UI for each app
5151
forappinPackageManager.get_app_list():
52+
ifapp.category=="launcher":
53+
print("Skipping launcher app from launcher apps...")
54+
continue
5255
app_name=app.name
5356
app_dir_fullpath=app.installed_path
5457
print(f"Adding app{app_name} from{app_dir_fullpath}")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp