connect handler for new window and quit all from dock menu

This commit is contained in:
Ashley Wulber 2022-01-04 15:12:40 -05:00
parent ca89fb6199
commit 21bc4af3c9
5 changed files with 88 additions and 19 deletions

View file

@ -35,6 +35,7 @@ impl DockItem {
let item_box = Box::new(Orientation::Vertical, 0);
self_.set_child(Some(&item_box));
self_.add_css_class("dock_item");
let image = cascade! {
Image::new();