This commit is contained in:
BarsTiger
2022-03-18 22:18:08 +02:00
parent 9dfb3813a1
commit b53c058186

View File

@@ -88,6 +88,8 @@ def launchApp():
print(f"---------------- {displayName} ----------------")
subprocess.Popen(str(sys.executable + " " if app['runtime'] == "python" else "") + app['run'], cwd=directory,
shell=True, close_fds=True)
if not app['window']:
KOTIKOTreminder.show()
# ---------------- Checking buttons ----------------