Fix scrolling on container DropDown

This commit is contained in:
aiamnezia 2025-04-25 16:19:17 +04:00
parent d95e04af90
commit b643f2e72a
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ ListView {
ScrollBar.vertical: ScrollBarType {}
property bool isFocusable: true
highlightFollowsCurrentItem: false
ButtonGroup {
id: containersRadioButtonGroup

View file

@ -391,6 +391,7 @@ PageType {
RoleSorter { roleName: "isInstalled"; sortOrder: Qt.DescendingOrder }
]
}
highlightFollowsCurrentItem: false
Component.onCompleted: updateContainersModelFilters()
}