Use custom PopoverContainer instead of gtk4::MenuButton

This commit is contained in:
Ian Douglas Scott 2021-09-03 10:45:34 -07:00
parent 4126950836
commit d1493a5a1f
4 changed files with 132 additions and 29 deletions

View file

@ -4,6 +4,7 @@ mod deref_cell;
mod mpris;
mod mpris_player;
mod notifications;
mod popover_container;
mod status_area;
mod status_menu;
mod status_notifier_watcher;