mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-11 14:44:28 +00:00
[Qt] Fix Start bitcoin on system login
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From: 066d9a5
This commit is contained in:
parent
5fa6143d5a
commit
6fb75919de
@ -121,6 +121,7 @@ GUI:
|
||||
- Catch Windows shutdown events while client is running
|
||||
- Optionally add third party links to transaction context menu
|
||||
- Check for !pixmap() before trying to export QR code (avoids crashes when no QR code could be generated)
|
||||
- Fix "Start bitcoin on system login"
|
||||
|
||||
Miscellaneous:
|
||||
|
||||
|
@ -570,7 +570,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…
x
Reference in New Issue
Block a user