Fix the application window being created when launched on startup. It should only launch to the tray.
This commit is contained in:
parent
def39becf9
commit
3d41d8ea15
@ -64,7 +64,8 @@ namespace smx_config
|
||||
CreateTrayIcon();
|
||||
|
||||
// Create the main window.
|
||||
ToggleMainWindow();
|
||||
if(!Helpers.LaunchedOnStartup())
|
||||
ToggleMainWindow();
|
||||
}
|
||||
|
||||
// Open or close the main window.
|
||||
|
Loading…
x
Reference in New Issue
Block a user