fixed UI for linux

Signed-off-by: leetthewire <yaartjom@mail.ru>
This commit is contained in:
leetthewire 2021-06-26 23:09:48 +00:00
parent d17906c2a6
commit 148b1dacce
5 changed files with 10 additions and 9 deletions

View file

@ -58,7 +58,7 @@ QString Autostart::appPath() {
return QCoreApplication::applicationFilePath() + " --autostart";
}
#elif defined (Q_OS_MAC)
#elif defined Q_OS_MAC || defined Q_OS_LINUX
bool Autostart::isAutostart() {
QProcess process;