Fix a few issues with Bidoo under Cardinal

This commit is contained in:
falkTX 2022-09-18 21:57:42 +01:00
parent a808190e9a
commit 066344b8b0
3 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ void InstantiateExpanderItem::onAction(const event::Action &e) {
}
json_t* BidooModule::dataToJson() {
return nullptr;
return json_object();
}
void BidooModule::dataFromJson(json_t*) {