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; }