Merge pull request #3512

04aa828 [Qt] don't regenerate autostart link on every client startup (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan 2014-01-17 10:11:37 +01:00
commit 08ede8ef5e
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 0 additions and 6 deletions

View File

@ -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();