mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Merge pull request #3512
04aa828
[Qt] don't regenerate autostart link on every client startup (Philip Kaufmann)
This commit is contained in:
commit
08ede8ef5e
1 changed files with 0 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue