[Qt] Fix Start bitcoin on system login
This commit is contained in:
parent
d2b82dd7d8
commit
066d9a53c7
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ bool SetStartOnSystemStartup(bool fAutoStart)
|
|||
return true;
|
||||
}
|
||||
|
||||
#elif defined(LINUX)
|
||||
#elif defined(Q_OS_LINUX)
|
||||
|
||||
// Follow the Desktop Application Autostart Spec:
|
||||
// http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
|
||||
|
|
Loading…
Reference in a new issue