Save DocView Collapsed state in config

This commit is contained in:
Jonathan Jenne
2024-01-19 13:16:54 +01:00
parent 2bc0f6a6d7
commit 3212c3e077
3 changed files with 15 additions and 6 deletions

View File

@@ -13,4 +13,5 @@ Public Class ClassConfig
Public Property DocumentViewerSplitterWidth As Integer = 0
Public Property TreeListSplitterWidth As Integer = 0
Public Property DocumentSearchSplitterWidth As Integer = 0
Public Property DocumentViewerShown As Boolean = True
End Class