From ed13382e46c838e35f38635801fd15616f6bf2c1 Mon Sep 17 00:00:00 2001 From: mshafer1 <2565361+mshafer1@users.noreply.github.com> Date: Sat, 21 Dec 2024 08:32:09 -0600 Subject: [PATCH] format --- ntfysh_client/NotificationDialog.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)