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
GtkMenu was removed in GTK4, which means we should start using menu models for our context menus. With menu models in place, we can keep using GtkMenu in GTK3, and easily switch to GtkPopoverMenu once we move to GTK4.
GtkMenu was removed in GTK4, which means we should start using menu models for our context menus. With menu models in place, we can keep using GtkMenu in GTK3, and easily switch to GtkPopoverMenu once we move to GTK4.
WIP branch from February, need to review and finish: https://github.com/mathiascode/nicotine-plus/commits/context-gmenu
Reference: https://gitlab.gnome.org/GNOME/gtk/-/blob/5710df685b0af9b7dd306dfba6c7e174e428950e/gtk/gtklabel.c#L5437-5515
The text was updated successfully, but these errors were encountered: