[Qt] don't regenerate autostart link on every client startup

- allows users to add additional paramaters via the autostart link
- related to #2197
This commit is contained in:
Philip Kaufmann 2014-01-11 18:58:26 +01:00
parent 5a407bd095
commit 04aa828728
1 changed files with 0 additions and 6 deletions

View File

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