merge from v2

This commit is contained in:
Lucas Nogueira
2024-02-03 17:01:24 -03:00
78 changed files with 1736 additions and 4864 deletions
+2 -1
View File
@@ -89,6 +89,7 @@
".changes/websocket-fix-arg-name.md",
".changes/websocket-headers.md",
".changes/window-state-decorated.md",
".changes/window-state-promise.md"
".changes/window-state-promise.md",
".changes/window-state-zero-positions.md"
]
}
+8
View File
@@ -0,0 +1,8 @@
---
"window-state": "patch"
---
Address a couple of issues with restoring positions:
- Fix restoring window positions correctly when the top-left corner of the window was outside of the monitor.
- Fix restore maximization state only maximized on main monitor.