feat(desktop): start the main window maximized
This commit is contained in:
parent
be605d8479
commit
5a445a3a08
|
|
@ -43,7 +43,7 @@ fn main() {
|
|||
title: Some(SharedString::from("OpenCut")),
|
||||
..Default::default()
|
||||
}),
|
||||
window_bounds: Some(WindowBounds::Windowed(bounds)),
|
||||
window_bounds: Some(WindowBounds::Maximized(bounds)),
|
||||
..Default::default()
|
||||
},
|
||||
|window, cx| {
|
||||
|
|
|
|||
Loading…
Reference in New Issue