diff --git a/DigitalWellbeingWPF/App.xaml b/DigitalWellbeingWPF/App.xaml index 4928062..66dc95d 100644 --- a/DigitalWellbeingWPF/App.xaml +++ b/DigitalWellbeingWPF/App.xaml @@ -6,8 +6,6 @@ StartupUri="MainWindow.xaml"> - - diff --git a/DigitalWellbeingWPF/MainWindow.xaml.cs b/DigitalWellbeingWPF/MainWindow.xaml.cs index 92a8f43..852f6e3 100644 --- a/DigitalWellbeingWPF/MainWindow.xaml.cs +++ b/DigitalWellbeingWPF/MainWindow.xaml.cs @@ -114,7 +114,7 @@ private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs "Are you sure you want to exit the app? Notifications won't work.", App.APPNAME, MessageBoxButton.OKCancel, - MessageBoxImage.Warning, + MessageBoxImage.None, MessageBoxResult.Cancel); if (res == MessageBoxResult.OK)