feat: enter with ghost mode from taskbar or command line

This commit is contained in:
AlexeyZavar
2024-07-01 06:04:14 +03:00
parent 75bcd2b24b
commit c185f40acd
11 changed files with 75 additions and 39 deletions
+1
View File
@@ -82,6 +82,7 @@ DeclareSetting(bool, StartToSettings);
DeclareSetting(bool, DebugMode);
DeclareReadSetting(bool, ManyInstance);
DeclareSetting(bool, Quit);
DeclareSetting(bool, Ghost);
DeclareSetting(QByteArray, LocalSalt);
DeclareSetting(int, ScreenScale);