From be0db848dcb0ff306298b9ed825cc2d3c103a782 Mon Sep 17 00:00:00 2001 From: mshafer1 <2565361+mshafer1@users.noreply.github.com> Date: Sat, 21 Dec 2024 08:11:57 -0600 Subject: [PATCH] improve comment on close handler --- ntfysh_client/NotificationDialog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfysh_client/NotificationDialog.cs b/ntfysh_client/NotificationDialog.cs index d13fa97..2c913a7 100644 --- a/ntfysh_client/NotificationDialog.cs +++ b/ntfysh_client/NotificationDialog.cs @@ -214,7 +214,7 @@ namespace ntfysh_client private void btnClose_Click(object sender, EventArgs e) { - // immediate + // don't animate, immediately "close" IsVisible = false; }