You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes an issue where passing icon = '' to DesktopNotifier.send() would always default to using the app icon. This should only be the case when passing icon = None which is the default value.