fixed UI for linux
Signed-off-by: leetthewire <yaartjom@mail.ru>
This commit is contained in:
parent
d17906c2a6
commit
148b1dacce
5 changed files with 10 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue