Config und DocView

This commit is contained in:
Developer01
2025-09-18 16:43:08 +02:00
parent 0d64b5e887
commit 2f7a038023
6 changed files with 1057 additions and 518 deletions

View File

@@ -14,6 +14,6 @@ Public Class ClassConfig
Public Property TreeListSplitterWidth As Integer = 0
Public Property DocumentSearchSplitterWidth As Integer = 0
Public Property DocumentViewerShown As Boolean = True
Public Property Viewer_ForceTemporaryMode As Boolean = False
End Class