mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
NSearchableComboBox: comment Connection
This commit is contained in:
@@ -98,12 +98,12 @@ RowLayout {
|
||||
Component.onCompleted: filterModel()
|
||||
|
||||
// Watch for model content changes (e.g., async font loading)
|
||||
Connections {
|
||||
target: root.model
|
||||
function onCountChanged() {
|
||||
filterModel();
|
||||
}
|
||||
}
|
||||
//Connections {
|
||||
// target: root.model
|
||||
// function onCountChanged() {
|
||||
// filterModel();
|
||||
// }
|
||||
//}
|
||||
|
||||
NLabel {
|
||||
label: root.label
|
||||
|
||||
Reference in New Issue
Block a user