mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
[Qt] Fix Start bitcoin on system login
This commit is contained in:
parent
d2b82dd7d8
commit
066d9a53c7
@ -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 New Issue
Block a user