This commit is contained in:
Thomas Farstrike
2025-04-22 12:28:58 +02:00
parent 14eaa1fbcf
commit a8e6bff8c7
+1 -1
View File
@@ -58,7 +58,7 @@ def create_app_launcher():
label_height = 20
col_gap = 20
row_gap = 20
for app_dir in app_dirs:
for app_dir in app_dirs: # TODO: skip 'Launcher' apps from the list here
# Paths
base_path = f"{apps_dir}/{app_dir}"
icon_path = f"{base_path}/res/mipmap-mdpi/launcher_icon.png"