Don't use custom PopoverContainer in status area applet

This type seems unnecessary now that
https://docs.gtk.org/gtk4/method.MenuButton.set_child.html exists. And
in any case, isn't needed here.
This commit is contained in:
Ian Douglas Scott 2022-06-03 19:49:08 -07:00
parent f50ed504b1
commit d22bcabd91
3 changed files with 13 additions and 106 deletions

View file

@ -2,7 +2,6 @@ use gtk4::{glib, prelude::*};
mod dbus_service;
mod deref_cell;
mod popover_container;
mod status_area;
mod status_menu;
mod status_notifier_watcher;