Skip to content

Commit 04aa828

Browse files
author
Philip Kaufmann
committed
[Qt] don't regenerate autostart link on every client startup
- allows users to add additional paramaters via the autostart link - related to #2197
1 parent 5a407bd commit 04aa828

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/qt/bitcoin.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -567,12 +567,6 @@ int main(int argc, char *argv[])
567567

568568
try
569569
{
570-
#ifndef Q_OS_MAC
571-
// Regenerate startup link, to fix links to old versions
572-
// OSX: makes no sense on mac and might also scan/mount external (and sleeping) volumes (can take up some secs)
573-
if (GUIUtil::GetStartOnSystemStartup())
574-
GUIUtil::SetStartOnSystemStartup(true);
575-
#endif
576570
app.createWindow(isaTestNet);
577571
app.requestInitialize();
578572
app.exec();

0 commit comments

Comments
 (0)