Fix SQL Command being overwritten for auto indexes, allow placeholders for manual indexes default value
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user