MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / readDefaultTheme

Function readDefaultTheme

plugins/plugins.cpp:948–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946ModuleTheme loadDefaultTheme() { return settings::preferDarkPanels ? DARK_THEME : LIGHT_THEME; }
947int loadDirectOutMode() { return 0; }
948void readDefaultTheme() { defaultPanelTheme = loadDefaultTheme(); }
949void saveConsoleType(int) {}
950void saveDarkAsDefault(bool) {}
951void saveDefaultTheme(ModuleTheme) {}

Callers

nothing calls this directly

Calls 1

loadDefaultThemeFunction · 0.85

Tested by

no test coverage detected