wip: replace popover menu with custom implementation that allows non-label entries

This commit is contained in:
Ashley Wulber 2022-01-04 13:54:25 -05:00
parent 3a72c74b08
commit 2c0aea3e78
5 changed files with 241 additions and 69 deletions

View file

@ -27,6 +27,7 @@ use self::window::Window;
mod dock_item;
mod dock_list;
mod dock_object;
mod dock_popover;
mod utils;
mod window;