mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00: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
@ -561,12 +561,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…
x
Reference in New Issue
Block a user