[localeq] Repeater with zonesModel crashes cala

probably due to dynamically loading items
regionModel now lists, zonesModel only lists one delegate, but
working on QML modules can now continue without crashing cala
This commit is contained in:
demmm 2020-04-04 18:43:23 +02:00
parent ede561789a
commit e63160cbe9

View file

@ -27,9 +27,9 @@ RowLayout
Layout.fillWidth: true
ColumnLayout {
id: zones
Repeater {
ListView {
model: config.zonesModel
Text {
delegate: Text {
text: label
}
}