Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ removePreviousSeparatorColor
Method
removePreviousSeparatorColor
src/settings.cpp:1304–1307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1302
}
1303
1304
void ColorSettings::removePreviousSeparatorColor()
1305
{
1306
remove(m_Settings,
"General"
,
"previousSeparatorColor"
);
1307
}
1308
1309
bool ColorSettings::colorSeparatorScrollbar() const
1310
{
Callers
1
resetColor
Method · 0.80
Calls
1
remove
Function · 0.85
Tested by
no test coverage detected