Skip to content

Commit 08ede8e

Browse files
committed
Merge pull request #3512
04aa828 [Qt] don't regenerate autostart link on every client startup (Philip Kaufmann)
2 parents 5753824 + 04aa828 commit 08ede8e

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
@@ -561,12 +561,6 @@ int main(int argc, char *argv[])
561561

562562
try
563563
{
564-
#ifndef Q_OS_MAC
565-
// Regenerate startup link, to fix links to old versions
566-
// OSX: makes no sense on mac and might also scan/mount external (and sleeping) volumes (can take up some secs)
567-
if (GUIUtil::GetStartOnSystemStartup())
568-
GUIUtil::SetStartOnSystemStartup(true);
569-
#endif
570564
app.createWindow(isaTestNet);
571565
app.requestInitialize();
572566
app.exec();

0 commit comments

Comments
 (0)