Files
doctate/client-desktop/tests
Brummel bb29671733 Implement single-instance lock
Add a mechanism to prevent multiple instances of the desktop client from
running simultaneously. This is achieved by creating a lock file. The
first instance successfully acquires the lock, while subsequent attempts
by other instances will fail, prompting them to exit gracefully. This
ensures data integrity and prevents potential conflicts.
2026-04-18 11:37:16 +02:00
..