dark/light mode & accent color

This commit is contained in:
Hane 2024-11-26 17:11:01 +01:00
commit 60890cecad
9 changed files with 178 additions and 44 deletions

View file

@ -221,6 +221,10 @@ bool OverseerHandler::isLightMode() {
return this->os->isLightMode();
}
uint32_t OverseerHandler::getAccentColor() {
return this->os->getAccentColor();
}
std::vector<Endpoint*> OverseerHandler::getPlaybackEndpoints() {
return this->os->getPlaybackEndpoints();
}