WIP NotificationPopover

This commit is contained in:
Ian Douglas Scott 2021-09-03 12:21:12 -07:00
parent 3f9fd84737
commit f3828f8239
3 changed files with 67 additions and 0 deletions

View file

@ -3,6 +3,7 @@ use gtk4::{gdk, glib, prelude::*};
mod deref_cell;
mod mpris;
mod mpris_player;
mod notification_popover;
mod notifications;
mod popover_container;
mod status_area;