Save/load the sidepane filter text in ui state
This commit is contained in:
		@@ -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
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user