Fix the application window being created when launched on startup. It should only launch to the tray.

master
Glenn Maynard 6 years ago
parent def39becf9
commit 3d41d8ea15
  1. 3
      smx-config/App.xaml.cs

@ -64,7 +64,8 @@ namespace smx_config
CreateTrayIcon();
// Create the main window.
ToggleMainWindow();
if(!Helpers.LaunchedOnStartup())
ToggleMainWindow();
}
// Open or close the main window.

Loading…
Cancel
Save