mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
enable titlebar feature
This commit is contained in:
parent
12915b846f
commit
ec4f6095f2
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ pub fn new(app: &Application) -> ApplicationWindow
|
|||
return ApplicationWindow::builder().application(app)
|
||||
.default_width(640)
|
||||
.default_height(480)
|
||||
//.titlebar(&header::new())
|
||||
.titlebar(&header::new())
|
||||
.child(&main::new())
|
||||
.build();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue