Clean up config, move reload search to the right, add single instancing

This commit is contained in:
Jonathan Jenne
2022-07-15 11:13:24 +02:00
parent eeb58aeecf
commit 0e48c51f60
7 changed files with 29 additions and 31 deletions

View File

@@ -24,7 +24,7 @@ Namespace My
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Public Sub New()
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
Me.IsSingleInstance = false
Me.IsSingleInstance = true
Me.EnableVisualStyles = true
Me.SaveMySettingsOnExit = true
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses