Skip to content

Commit

Permalink
[Qt] don't regenerate autostart link on every client startup
Browse files Browse the repository at this point in the history
- allows users to add additional paramaters via the autostart link
- related to #2197
  • Loading branch information
Philip Kaufmann committed Jan 11, 2014
1 parent 5a407bd commit 04aa828
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/qt/bitcoin.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 04aa828

Please sign in to comment.