diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-01-11 18:58:26 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-01-11 18:58:26 +0100 |
commit | 04aa828728afa2c89c33878dbe8a85812e3c2ae1 (patch) | |
tree | e1edbbb87189289160261627498485b8ffff31df /src/qt | |
parent | 5a407bd095218b38686f965ebd58c7c485a9242d (diff) |
[Qt] don't regenerate autostart link on every client startup
- allows users to add additional paramaters via the autostart link
- related to #2197
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/bitcoin.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 82d8af77d9..d04a49ebe7 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -567,12 +567,6 @@ int main(int argc, char *argv[]) try { -#ifndef Q_OS_MAC - // Regenerate startup link, to fix links to old versions - // OSX: makes no sense on mac and might also scan/mount external (and sleeping) volumes (can take up some secs) - if (GUIUtil::GetStartOnSystemStartup()) - GUIUtil::SetStartOnSystemStartup(true); -#endif app.createWindow(isaTestNet); app.requestInitialize(); app.exec(); |