Browse Source

enable titlebar feature

master
yggverse 2 months ago
parent
commit
ec4f6095f2
  1. 2
      src/app/browser.rs

2
src/app/browser.rs

@ -9,7 +9,7 @@ pub fn new(app: &Application) -> ApplicationWindow @@ -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…
Cancel
Save