mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
[Qt] Fix Start bitcoin on system login
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user