Skip to content

Commit

Permalink
🏁🐛 Don't delete notification icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Schep committed Mar 24, 2016
1 parent 49492f6 commit 4df39e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ntfy/backends/win32.py
Expand Up @@ -51,7 +51,6 @@ def __init__(self, title, msg):

def OnDestroy(self, hwnd, msg, wparam, lparam):
nid = (self.hwnd, 0)
win32gui.Shell_NotifyIcon(win32gui.NIM_DELETE, nid)
win32api.PostQuitMessage(0) # Terminate the app.

WindowsBalloonTip(message, title)

0 comments on commit 4df39e7

Please sign in to comment.