[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:
parent
5a407bd095
commit
04aa828728
1 changed files with 0 additions and 6 deletions
|
@ -567,12 +567,6 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
try
|
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.createWindow(isaTestNet);
|
||||||
app.requestInitialize();
|
app.requestInitialize();
|
||||||
app.exec();
|
app.exec();
|
||||||
|
|
Loading…
Reference in a new issue