You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Window geometry is remembered across restarts. Rivet now reopens with
the same position, size, and maximized state it was closed with. The
placement is checkpointed with the session (every ~7 s and on exit) and
restored via SetWindowPlacement, so a window closed while minimized
reopens at its normal size, and one closed maximized reopens maximized
with its pre-maximize rect intact. If the saved position no longer lands
on a connected monitor (or the session file was hand-edited into
nonsense), Rivet falls back to the OS default placement. Always On Top
was already persisted and continues to work unchanged.