Bump SFPM version fixing model roles initialization issue
Closes: #16310
This commit is contained in:
parent
79fe79884b
commit
1d46673775
|
@ -28,7 +28,7 @@ Control {
|
|||
balanceAsString [string] - formatted balance per chain
|
||||
iconUrl [url] - chain's icon
|
||||
**/
|
||||
property var model
|
||||
property alias model: sfpm.sourceModel
|
||||
property string highlightedKey
|
||||
property string nonInteractiveKey
|
||||
|
||||
|
@ -39,11 +39,6 @@ Control {
|
|||
SortFilterProxyModel {
|
||||
id: sfpm
|
||||
|
||||
// workaround for https://github.com/status-im/status-desktop/issues/16310
|
||||
Component.onCompleted: {
|
||||
sourceModel = Qt.binding(() => root.model)
|
||||
}
|
||||
|
||||
filters: AnyOf {
|
||||
SearchFilter {
|
||||
roleName: "name"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 70b76297fd074b4adda5e659d260c8cc18e51ef9
|
||||
Subproject commit 984560cfb0b1acd25dbc1055b5de7f6b6fceb548
|
Loading…
Reference in New Issue