Needed tweaks for updated modules

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-14 16:19:19 +01:00
parent 8e22956eb4
commit 0d4094d49f
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
9 changed files with 22 additions and 10 deletions

View file

@ -25,6 +25,12 @@ void BidooModule::dataFromJson(json_t*) {
void BidooWidget::appendContextMenu(Menu*) {
}
void BidooWidget::writeThemeAndContrastAsDefault() {
}
void BidooWidget::readThemeAndContrastFromDefault() {
}
void BidooWidget::prepareThemes(const std::string& filename) {
setPanel(APP->window->loadSvg(filename));
}