MCPcopy 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
23void UITheme::reload() {
24 auto themeType = static_cast<CrossPointSettings::UI_THEME>(SETTINGS.uiTheme);
25 setTheme(themeType);
26}
27
28void UITheme::setTheme(CrossPointSettings::UI_THEME type) {
29 switch (type) {

Callers 2

setupFunction · 0.80
onExitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected