mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Merge pull request #1368 from demmm/master
[localeq] Repeater with zonesModel crashes cala
This commit is contained in:
commit
d55a5bde98
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