Fix SQL Command being overwritten for auto indexes, allow placeholders for manual indexes default value

This commit is contained in:
Jonathan Jenne
2020-07-09 12:01:10 +02:00
parent 1dc95d862f
commit b5708b851b
7 changed files with 2037 additions and 1725 deletions

View File

@@ -368,8 +368,7 @@ Public Class frmStart
Unregister_Hotkeys()
Load_Hotkeys()
Me.Opacity = 30
Me.TopMost = True
TopMost = True
Catch ex As Exception
MsgBox("Unexpected Error in Load-Form" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
@@ -681,7 +680,7 @@ Public Class frmStart
TimerFolderWatch.Start()
End If
loaded = True
Opacity = 0.6
Opacity = 0.7
ClassHelper.Refresh_RegexTable()