diff --git a/src/Greenshot.Plugin.Win10/ToastNotificationService.cs b/src/Greenshot.Plugin.Win10/ToastNotificationService.cs index 91bfa12cf..52005356c 100644 --- a/src/Greenshot.Plugin.Win10/ToastNotificationService.cs +++ b/src/Greenshot.Plugin.Win10/ToastNotificationService.cs @@ -102,7 +102,8 @@ namespace Greenshot.Plugin.Win10 } catch (Exception ex) { - Log.Warn("Ignoring exception as this means that it was not possible to create a toast notifier.", ex); + Log.Warn("Could not create a toast notifier.", ex); + return; }