From 9c82e8071e937031abe1b97db3503e783a0f74e6 Mon Sep 17 00:00:00 2001 From: Dashyyy <101456822+Dashyyy@users.noreply.github.com> Date: Tue, 28 Mar 2023 03:04:43 +0200 Subject: [PATCH] Update balloontip.py --- plyer/platforms/win/libs/balloontip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plyer/platforms/win/libs/balloontip.py b/plyer/platforms/win/libs/balloontip.py index 5494f4e5..9506b4d1 100644 --- a/plyer/platforms/win/libs/balloontip.py +++ b/plyer/platforms/win/libs/balloontip.py @@ -139,6 +139,7 @@ def __init__(self, title, message, app_name, app_icon='', self.notify(title, message, app_name) if timeout: time.sleep(timeout) + self.__del__() # maybe self.remove_notify() ??? def __del__(self): '''