mirror of https://github.com/quasar/Quasar.git
Minor change
This commit is contained in:
parent
ba2f2a0b2a
commit
8605b37f61
|
@ -21,12 +21,17 @@ private static void Main(string[] args)
|
|||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
|
||||
Settings.Initialize();
|
||||
Initialize();
|
||||
if (!SystemCore.Disconnect)
|
||||
Connect();
|
||||
|
||||
//close here
|
||||
Cleanup();
|
||||
}
|
||||
|
||||
private static void Cleanup()
|
||||
{
|
||||
CommandHandler.CloseShell();
|
||||
if (_appMutex != null)
|
||||
_appMutex.Close();
|
||||
|
|
Loading…
Reference in New Issue