Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ clearBackgroundColor
Method
clearBackgroundColor
YACReader/options_dialog.cpp:489–495 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
}
488
489
void OptionsDialog::clearBackgroundColor()
490
{
491
backgroundColorFollowsTheme = true;
492
settings->remove(BACKGROUND_COLOR);
493
494
updateColor(theme.viewer.defaultBackgroundColor);
495
}
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected