diff --git a/src/Starward/App.xaml.cs b/src/Starward/App.xaml.cs index 7cd0d554c..b67f9dc76 100644 --- a/src/Starward/App.xaml.cs +++ b/src/Starward/App.xaml.cs @@ -87,7 +87,7 @@ protected override async void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventA } else { - if (AppConfig.Configuration.GetValue("quiet")) + if (AppConfig.Configuration.GetValue("hide")) { m_SystemTrayWindow = new SystemTrayWindow(); }