Skip to content

Commit

Permalink
Merge pull request #3512
Browse files Browse the repository at this point in the history
04aa828 [Qt] don't regenerate autostart link on every client startup (Philip Kaufmann)
  • Loading branch information
laanwj committed Jan 17, 2014
2 parents 5753824 + 04aa828 commit 08ede8e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/qt/bitcoin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -561,12 +561,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 08ede8e

Please sign in to comment.