MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / setCurrendColorTheme

Method setCurrendColorTheme

src/base/settings.cpp:272–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void Settings::setCurrendColorTheme(ColorTheme *x) { colorThemeList[currentColorTheme] = x; }
273
274void Settings::setCurrentColorThemeIndex(int x) {
275 if (0 <= x && x < colorThemeList.size())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected