ZooFlow: Add special case when no profiles are configured
This commit is contained in:
@@ -2,12 +2,6 @@
|
||||
|
||||
Namespace ClipboardWatcher
|
||||
Public Class State
|
||||
Public Enum EnumStatus
|
||||
OK
|
||||
NoProfilesConfigured
|
||||
Exception
|
||||
End Enum
|
||||
|
||||
Public Property UserProfiles As DataTable = Nothing
|
||||
Public Property ProfileProcesses As DataTable = Nothing
|
||||
Public Property ProfileWindows As DataTable = Nothing
|
||||
@@ -20,6 +14,5 @@ Namespace ClipboardWatcher
|
||||
Public Property CurrentClipboardContents As String = String.Empty
|
||||
|
||||
Public Property MonitoringActive As Boolean = False
|
||||
Public Property Status As EnumStatus
|
||||
End Class
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user