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:
Nethius 2024-04-18 19:01:26 +07:00 committed by GitHub
parent 79edbe52a3
commit 5c19b08e5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 6 deletions

View file

@ -101,7 +101,7 @@ DrawerType2 {
Layout.fillWidth: true
text: appName
checked: isAppSelected
onCheckedChanged: {
installedAppsModel.selectedStateChanged(proxyInstalledAppsModel.mapToSource(index), checked)
}