fixed checkbox selection on installedAppsDrawer (#759)
* fixed checkbox selection on installedAppsDrawer * added sorting by name for split tunneling by application
This commit is contained in:
parent
79edbe52a3
commit
5c19b08e5e
4 changed files with 14 additions and 6 deletions
|
@ -101,7 +101,7 @@ DrawerType2 {
|
|||
Layout.fillWidth: true
|
||||
|
||||
text: appName
|
||||
|
||||
checked: isAppSelected
|
||||
onCheckedChanged: {
|
||||
installedAppsModel.selectedStateChanged(proxyInstalledAppsModel.mapToSource(index), checked)
|
||||
}
|
||||
|
|
|
@ -175,6 +175,9 @@ PageType {
|
|||
pattern: ".*" + searchField.textField.text + ".*"
|
||||
caseSensitivity: Qt.CaseInsensitive
|
||||
}
|
||||
sorters: [
|
||||
RoleSorter { roleName: "appPath"; sortOrder: Qt.AscendingOrder }
|
||||
]
|
||||
}
|
||||
|
||||
clip: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue