Files
tauri-plugins-workspace/.changes/window-state-zero-positions.md
T
Amr Bashir 70d99086de fix(window-state): restore window position if the one of the window corners intersects with monitor (#898)
* fix(window-state): restore window positions that matches monitor positions
closes #892

* check for intersections of any window corner instead of only top-left
2024-01-25 01:48:46 +02:00

262 B

window-state
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.