Closed LucasLelievre closed 1 year ago
Thanks again for finding the solution! I didn't know what else to do because on my Fedora 37 it looked fine.
Seeing your change I think I'm going to remove the distinction between Gnome 42 and 43 in this case, making us only use PopMenuItem.
Changed the menu item creation from
PopupMenu.PopupImageMenuItem(itemLabel, '')
toPopupMenu.PopupMenuItem(itemLabel)
.Before:
After: