Fix comment
This commit is contained in:
parent
2c9fde483a
commit
7ef1da4914
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Kirigami.ScrollablePage
|
|||
enabled: count > 0
|
||||
model: DevicesSortProxyModel {
|
||||
id: devicesModel
|
||||
//TODO: make it possible to sort only if they can do sms
|
||||
//TODO: make it possible to filter if they can do sms
|
||||
sourceModel: DevicesModel { displayFilter: DevicesModel.Paired | DevicesModel.Reachable }
|
||||
onRowsInserted: if (devicesCombo.currentIndex < 0) {
|
||||
devicesCombo.currentIndex = 0
|
||||
|
|
Loading…
Reference in a new issue