Skip to content

Persist desktop window position/size across restarts#1710

Open
felowctl wants to merge 1 commit into
KaringX:mainfrom
felowctl:feature/window-position-memory
Open

Persist desktop window position/size across restarts#1710
felowctl wants to merge 1 commit into
KaringX:mainfrom
felowctl:feature/window-position-memory

Conversation

@felowctl

@felowctl felowctl commented Jul 4, 2026

Copy link
Copy Markdown

On Windows/MacOS/Linux, the app now remembers window position, size and maximized state between restarts inside of SettingManager.

x, y, width, height and maximized are saved to a new SettingConfigItemWindow section of existing settings json. Saved on window resize, move, maximize, unmaximize.

Before applying saved bounds, checks screenRetriever.getAllDisplays() if the saved rect doesn't overlap any currently connected display's visible area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant