Needed tweaks for updated modules
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
8e22956eb4
commit
0d4094d49f
9 changed files with 22 additions and 10 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue