diff --git a/ntfysh_client/NotificationDialog.cs b/ntfysh_client/NotificationDialog.cs index b9c0039..767ebd6 100644 --- a/ntfysh_client/NotificationDialog.cs +++ b/ntfysh_client/NotificationDialog.cs @@ -38,7 +38,6 @@ namespace ntfysh_client HandleTimeout(null, null); } - // setup data iconBox.Image = (icon is null) ? null : ConvertToolTipIconToImage(icon.Value); @@ -195,7 +194,7 @@ namespace ntfysh_client } private void window_MouseDown(object sender, EventArgs e) => CancelTimer(); - + private void CancelTimer() { if (InvokeRequired)