Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosspoint-reader/crosspoint-reader
/ reload
Method
reload
src/components/UITheme.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void UITheme::reload() {
24
auto themeType = static_cast<CrossPointSettings::UI_THEME>(SETTINGS.uiTheme);
25
setTheme(themeType);
26
}
27
28
void UITheme::setTheme(CrossPointSettings::UI_THEME type) {
29
switch (type) {
Callers
2
setup
Function · 0.80
onExit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected