From 7c5bb6f862b44341ddab954fb38d66e893351879 Mon Sep 17 00:00:00 2001 From: mshafer1 <2565361+mshafer1@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:47:56 -0600 Subject: [PATCH] don't show notification window in task bar --- ntfysh_client/NotificationDialog.cs | 1 + 1 file changed, 1 insertion(+) 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();