Save/load the sidepane filter text in ui state
This commit is contained in:
parent
710a5c0914
commit
626f464c53
|
@ -37,7 +37,8 @@ HRowLayout {
|
|||
|
||||
Connections {
|
||||
target: window
|
||||
// Keep multiple instances of PaneToolBar in sync
|
||||
// Keep multiple instances of PaneToolBar in sync.
|
||||
// This also sets the text on startup.
|
||||
onUiStateChanged: filterField.text = uiState.sidePaneFilter
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user