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. 1
      smx-config/App.xaml.cs

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

Loading…
Cancel
Save