mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
dankbar: try to fix binding issues on creation
This commit is contained in:
@@ -120,7 +120,10 @@ Item {
|
|||||||
delegate: Loader {
|
delegate: Loader {
|
||||||
id: barLoader
|
id: barLoader
|
||||||
required property var modelData
|
required property var modelData
|
||||||
property var barConfig: SettingsData.getBarConfig(modelData.id)
|
property var barConfig: {
|
||||||
|
SettingsData.barConfigs;
|
||||||
|
return SettingsData.getBarConfig(modelData.id);
|
||||||
|
}
|
||||||
active: barConfig?.enabled ?? false
|
active: barConfig?.enabled ?? false
|
||||||
asynchronous: false
|
asynchronous: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user