This commit is contained in:
2021-03-24 15:00:07 +01:00
parent bba05e7ba9
commit 7c5dd5f745
3 changed files with 13 additions and 1 deletions

View File

@@ -85,4 +85,5 @@ Module modCurrent
Public WORKING_MODE As String = ""
Public BASIC_CONF_VISIBLE As Boolean = True
Public NOMATCH_INFO As Boolean = False
Public NOTIFY_MODE As String = "NotifyIcon"
End Module