Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ StartupShortcutPath
Function
StartupShortcutPath
src/qt/guiutil.cpp:653–656 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
651
652
#ifdef WIN32
653
boost::filesystem::path static StartupShortcutPath()
654
{
655
return GetSpecialFolderPath(CSIDL_STARTUP) /
"LUX.lnk"
;
656
}
657
658
bool GetStartOnSystemStartup()
659
{
Callers
2
GetStartOnSystemStartup
Function · 0.85
SetStartOnSystemStartup
Function · 0.85
Calls
1
GetSpecialFolderPath
Function · 0.85
Tested by
no test coverage detected