Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ profileLocalInis
Method
profileLocalInis
src/settings.cpp:217–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
bool Settings::profileLocalInis() const
218
{
219
return get<bool>(m_Settings,
"Settings"
,
"profile_local_inis"
, true);
220
}
221
222
void Settings::setProfileLocalInis(bool b)
223
{
Callers
3
GeneralSettingsTab
Method · 0.80
findProfileSettings
Method · 0.80
localSettingsEnabled
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected