feat(desktop): start the main window maximized

This commit is contained in:
Maze Winther 2026-07-23 21:49:45 +02:00
parent be605d8479
commit 5a445a3a08
1 changed files with 1 additions and 1 deletions

View File

@ -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| {