Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ setLockGUI
Method
setLockGUI
src/settings.cpp:2124–2127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2122
}
2123
2124
void InterfaceSettings::setLockGUI(bool b)
2125
{
2126
set(m_Settings,
"Settings"
,
"lock_gui"
, b);
2127
}
2128
2129
std::optional<QString> InterfaceSettings::styleName() const
2130
{
Callers
1
update
Method · 0.80
Calls
1
set
Function · 0.70
Tested by
no test coverage detected