diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index 912aa77..0746d9c 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -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 ----------------