Implement single instance check using DBus

This commit is contained in:
Sebastian Palencsar
2026-05-28 08:28:57 +02:00
parent 42c1b66950
commit c1a1152169
5 changed files with 27 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- SPDX license identifiers (GPL-3.0-or-later) to all source files.
- Single instance application check via DBus to prevent multiple concurrent instances.
### Changed