Reminder
This commit is contained in:
@@ -88,6 +88,8 @@ def launchApp():
|
|||||||
print(f"---------------- {displayName} ----------------")
|
print(f"---------------- {displayName} ----------------")
|
||||||
subprocess.Popen(str(sys.executable + " " if app['runtime'] == "python" else "") + app['run'], cwd=directory,
|
subprocess.Popen(str(sys.executable + " " if app['runtime'] == "python" else "") + app['run'], cwd=directory,
|
||||||
shell=True, close_fds=True)
|
shell=True, close_fds=True)
|
||||||
|
if not app['window']:
|
||||||
|
KOTIKOTreminder.show()
|
||||||
|
|
||||||
|
|
||||||
# ---------------- Checking buttons ----------------
|
# ---------------- Checking buttons ----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user