ErikReider / SwayNotificationCenter

A simple GTK based notification daemon for SwayWM
GNU General Public License v3.0
1.15k stars 59 forks source link

Fix mpris icon size when using app or default icon #368

Closed abmantis closed 5 months ago

abmantis commented 5 months ago

set_from_gicon and set_from_icon_name receive a Gtk.IconSize enum value, not an int, so we need to call set_pixel_size to set the proper size.

abmantis commented 5 months ago

Closing in favor of #370