feat: apply overlay to headerbar when it loses focus

This commit is contained in:
Ashley Wulber 2024-01-11 15:16:21 -05:00 committed by Ashley Wulber
parent 9fb3d874e1
commit 8157ed5c63
5 changed files with 245 additions and 15 deletions

View file

@ -468,6 +468,7 @@ impl Application for Window {
};
let mut header = header_bar()
.window_id(window::Id::MAIN)
.title("COSMIC Design System - Iced")
.on_close(Message::Close)
.on_drag(Message::Drag)