Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ setDisplayForeign
Method
setDisplayForeign
src/settings.cpp:2271–2274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2269
}
2270
2271
void InterfaceSettings::setDisplayForeign(bool b)
2272
{
2273
set(m_Settings,
"Settings"
,
"display_foreign"
, b);
2274
}
2275
2276
QString InterfaceSettings::language()
2277
{
Callers
1
update
Method · 0.80
Calls
1
set
Function · 0.70
Tested by
no test coverage detected