Skip to content

Commit

Permalink
(Notification) Fix display of icon in notification
Browse files Browse the repository at this point in the history
(cherry picked from commit f0d1ff8)
  • Loading branch information
xdri3n authored and neoclust committed Feb 4, 2025
1 parent d136868 commit c6ddedf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pulse_xmpp_agent/bin/pulse2_update_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def showNotification(self):
self.root.wm_iconphoto(True, self.medullaLogo)
myappid = "Medulla.Notifications.1.0"
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid)
self.root.iconbitmap(self.medullaLogo)
Medullalabel = tk.Label(
image_frame, image=self.medullaLogo, bg="#25607d"
)
Expand Down

0 comments on commit c6ddedf

Please sign in to comment.