mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[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:
parent
ede561789a
commit
e63160cbe9
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ RowLayout
|
|||
Layout.fillWidth: true
|
||||
ColumnLayout {
|
||||
id: zones
|
||||
Repeater {
|
||||
ListView {
|
||||
model: config.zonesModel
|
||||
Text {
|
||||
delegate: Text {
|
||||
text: label
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue