Skip to content

account_popover: Use MenuModel + custom widget

Christopher Davis requested to merge wip/cdavis/fix-account-menu into master

GTK4 has recently added a way to insert custom widgets into menus created with a MenuModel. This allows for us to fully re-implement what we had in GTK3, which used ModelButtons.

Merge request reports