Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ GetAutostartFilePath
Function
GetAutostartFilePath
src/qt/guiutil.cpp:732–735 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
730
}
731
732
boost::filesystem::path static GetAutostartFilePath()
733
{
734
return GetAutostartDir() /
"lux.desktop"
;
735
}
736
737
bool GetStartOnSystemStartup()
738
{
Callers
2
GetStartOnSystemStartup
Function · 0.85
SetStartOnSystemStartup
Function · 0.85
Calls
1
GetAutostartDir
Function · 0.85
Tested by
no test coverage detected