diff --git a/ntfysh_client/NotificationDialog.cs b/ntfysh_client/NotificationDialog.cs index 7607eff..8729bba 100644 --- a/ntfysh_client/NotificationDialog.cs +++ b/ntfysh_client/NotificationDialog.cs @@ -40,6 +40,7 @@ namespace ntfysh_client public NotificationDialog() { + this.ShowInTaskbar = false; this.IsVisible = false; this.TopMost = true; InitializeComponent();