Save/load the sidepane filter text in ui state

This commit is contained in:
miruka 2019-08-15 11:31:24 -04:00
parent 710a5c0914
commit 626f464c53

View File

@ -37,7 +37,8 @@ HRowLayout {
Connections { Connections {
target: window 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 onUiStateChanged: filterField.text = uiState.sidePaneFilter
} }