mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
volumeosd: Port to new sort role field name
This commit is contained in:
parent
7e012fc49a
commit
ee803b400a
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ ColumnLayout {
|
|||
|
||||
PulseObjectFilterModel {
|
||||
id: paSinkFilterModel
|
||||
sortRole: "SortByDefault"
|
||||
sortRoleName: "SortByDefault"
|
||||
sortOrder: Qt.DescendingOrder
|
||||
filterOutInactiveDevices: true
|
||||
sourceModel: audioInfo.paSinkModel
|
||||
|
|
@ -38,7 +38,7 @@ ColumnLayout {
|
|||
|
||||
PulseObjectFilterModel {
|
||||
id: paSourceFilterModel
|
||||
sortRole: "SortByDefault"
|
||||
sortRoleName: "SortByDefault"
|
||||
sortOrder: Qt.DescendingOrder
|
||||
filterOutInactiveDevices: true
|
||||
sourceModel: paSourceModel
|
||||
|
|
|
|||
Loading…
Reference in a new issue