deprecate My.Settings
This commit is contained in:
@@ -8,10 +8,14 @@ Public Class ClassConfig
|
||||
Public Property FolderWatchStarted As Boolean = False
|
||||
Public Property FolderWatchScanStarted As Boolean = False
|
||||
|
||||
' PDF Viewer Settings
|
||||
' Index Form Settings
|
||||
Public Property FilePreview As Boolean = True
|
||||
Public Property SplitterDistanceViewer As Integer = 500
|
||||
Public Property ProfilePreselection As Boolean = False
|
||||
Public Property ShowIndexResult As Boolean = True
|
||||
Public Property DeleteOriginalFile As Boolean = False
|
||||
|
||||
' Misc Settings
|
||||
Public Property DeleteOriginalFile As Boolean = False
|
||||
Public Property LogErrorsOnly As Boolean = True
|
||||
Public Property WindreamSearchMaximized As Boolean = False
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user