feat: apply overlay to headerbar when it loses focus
This commit is contained in:
parent
9fb3d874e1
commit
8157ed5c63
5 changed files with 245 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue