fix: generate native awg config as qr series (#2221)

This commit is contained in:
Mitternacht822
2026-02-26 18:31:18 +04:00
committed by GitHub
parent 50e23ef233
commit 1fa152845c
2 changed files with 9 additions and 6 deletions
+7 -1
View File
@@ -505,7 +505,13 @@ PageType {
exportTypeSelector.currentIndex = 0
}
selectedIndex = exportTypeSelector.currentIndex
exportTypeSelector.text = selectedText
if (model.length > 0 && model[selectedIndex] && model[selectedIndex].name !== undefined) {
exportTypeSelectorListView.selectedText = model[selectedIndex].name
exportTypeSelector.text = model[selectedIndex].name
} else {
exportTypeSelectorListView.selectedText = ""
exportTypeSelector.text = ""
}
}
rootWidth: root.width