dark/light mode & accent color
This commit is contained in:
parent
13855c2e6f
commit
60890cecad
9 changed files with 178 additions and 44 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue