mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 15:39:05 +01: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:
committed by
Wladimir J. van der Laan
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
|
||||
|
||||
Reference in New Issue
Block a user