windows mutex-lock

This commit is contained in:
Flowseal
2026-04-14 00:27:06 +03:00
parent 25ae4b0a24
commit 4cbb9e555c
4 changed files with 46 additions and 6 deletions

View File

@@ -610,7 +610,7 @@ def run_menubar() -> None:
def main() -> None:
if not acquire_lock("macos.py"):
if not acquire_lock():
_show_info("Приложение уже запущено.")
return
try: