Apply window maximize state

This commit is contained in:
crschnick 2024-07-25 03:43:37 +00:00
parent f15391a1a7
commit da15533220

View file

@ -184,7 +184,7 @@ public class AppMainWindow {
stage.setY(state.windowY);
stage.setWidth(state.windowWidth);
stage.setHeight(state.windowHeight);
// stage.setMaximized(state.maximized);
stage.setMaximized(state.maximized);
TrackEvent.debug("Window loaded saved bounds");
} else if (!AppProperties.get().isShowcase()) {