This commit is contained in:
Thomas Farstrike
2025-04-22 15:00:06 +02:00
parent c04738f87e
commit 7cde7cf0c9
+1 -1
View File
@@ -262,6 +262,6 @@ def run_app(scriptname,is_file,return_to_launcher=True):
def run_launcher():
run_app("/apps/com.example.launcher/assets/main.py",True,False)
run_app("/apps/com.example.launcher/assets/main.py", True, False)
run_launcher()