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 {
|
PulseObjectFilterModel {
|
||||||
id: paSinkFilterModel
|
id: paSinkFilterModel
|
||||||
sortRole: "SortByDefault"
|
sortRoleName: "SortByDefault"
|
||||||
sortOrder: Qt.DescendingOrder
|
sortOrder: Qt.DescendingOrder
|
||||||
filterOutInactiveDevices: true
|
filterOutInactiveDevices: true
|
||||||
sourceModel: audioInfo.paSinkModel
|
sourceModel: audioInfo.paSinkModel
|
||||||
|
|
@ -38,7 +38,7 @@ ColumnLayout {
|
||||||
|
|
||||||
PulseObjectFilterModel {
|
PulseObjectFilterModel {
|
||||||
id: paSourceFilterModel
|
id: paSourceFilterModel
|
||||||
sortRole: "SortByDefault"
|
sortRoleName: "SortByDefault"
|
||||||
sortOrder: Qt.DescendingOrder
|
sortOrder: Qt.DescendingOrder
|
||||||
filterOutInactiveDevices: true
|
filterOutInactiveDevices: true
|
||||||
sourceModel: paSourceModel
|
sourceModel: paSourceModel
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue