forked from quickshell/quickshell
variants: fix onReload not being called after variant updates
This commit is contained in:
parent
a35d3f9584
commit
fc93591cab
2 changed files with 8 additions and 0 deletions
|
@ -53,4 +53,5 @@ private:
|
|||
QQmlComponent* mComponent = nullptr;
|
||||
QVariantList mVariants;
|
||||
AwfulMap<QVariantMap, QObject*> instances;
|
||||
bool loaded = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue