diff --git a/src/layout/Window.ts b/src/layout/Window.ts index 2a33264..3b05767 100644 --- a/src/layout/Window.ts +++ b/src/layout/Window.ts @@ -61,8 +61,8 @@ class Window { if (this.isFocused()) { return; } - this.client.setMaximize(false, false); this.client.setFullScreen(false); + this.client.setMaximize(false, false); this.column.grid.desktop.onLayoutChanged(); }