Do not launch the application twice

If the application is already running, simply raise the running
instance.
This commit is contained in:
Aleix Pol
2020-11-24 02:55:14 +01:00
committed by Aleix Pol Gonzalez
parent 0c28ec4041
commit 092f8ee75d
3 changed files with 21 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ if(ANDROID)
find_package(OpenSSL REQUIRED)
else()
find_package(Qt5Keychain REQUIRED)
find_package(KF5DBusAddons REQUIRED)
endif()
find_package(Quotient 0.6)