don't show notification window in task bar

This commit is contained in:
mshafer1
2024-12-20 17:47:56 -06:00
parent 65f27c7c42
commit 7c5bb6f862

View File

@@ -40,6 +40,7 @@ namespace ntfysh_client
public NotificationDialog()
{
this.ShowInTaskbar = false;
this.IsVisible = false;
this.TopMost = true;
InitializeComponent();