Fix Dropdown/SearchableDropdown integration issues

This commit is contained in:
Ryan Hughes
2026-05-18 00:59:40 -04:00
parent 8ec794a1b4
commit 72939ac530
3 changed files with 18 additions and 16 deletions
@@ -787,7 +787,6 @@ Item {
}
foreground: root.foreground
accent: root.accent
cornerRadius: root.cornerRadius
fontFamily: root.fontFamily
onChanged: function(v) { if (v) root.addEntry(section.sectionKey, v) }
}