This commit is contained in:
Junkui Zhang
2024-04-09 01:20:09 +08:00
parent 7a4f6677cc
commit de38629efb

View File

@@ -3665,7 +3665,9 @@ impl Workspace {
let center_group = build_serialized_pane_group(&self.center.root, cx);
let docks = build_serialized_docks(self, cx);
let open_status = if cx.is_fullscreen() {
Some(SerializedWindowOpenStatus(WindowOpenStatus::FullScreen))
Some(SerializedWindowOpenStatus(WindowOpenStatus::FullScreen(
Bounds::default(),
)))
} else {
None
};