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:
parent
f50ed504b1
commit
d22bcabd91
3 changed files with 13 additions and 106 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue