We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735d6b5 commit ae311bcCopy full SHA for ae311bc
src/qt/guiutil.cpp
@@ -639,7 +639,7 @@ fs::path static GetAutostartFilePath()
639
std::string chain = gArgs.GetChainName();
640
if (chain == CBaseChainParams::MAIN)
641
return GetAutostartDir() / "bitcoin.desktop";
642
- return GetAutostartDir() / strprintf("bitcoin-%s.lnk", chain);
+ return GetAutostartDir() / strprintf("bitcoin-%s.desktop", chain);
643
}
644
645
bool GetStartOnSystemStartup()
0 commit comments