Skip to content

[memory] Persist memory window across restarts#1138

Merged
ten9876 merged 2 commits into
aethersdr:mainfrom
jensenpat:bug/memory-window-persist
Apr 11, 2026
Merged

[memory] Persist memory window across restarts#1138
ten9876 merged 2 commits into
aethersdr:mainfrom
jensenpat:bug/memory-window-persist

Conversation

@jensenpat

Copy link
Copy Markdown
Collaborator

Summary

  • restore the Memory window automatically on launch if it was open when the app last exited
  • persist and restore the Memory window geometry across restarts
  • centralize Memory window creation so reopen behavior is consistent from the menu and startup restore path

Root Cause

The Memory window did not persist its open/closed state, and its geometry was only transient. Because the dialog uses WA_DeleteOnClose and had no startup restore path, it always came back closed after relaunch and lost its previous position.

Validation

  • confirmed the fix locally in the worktree
  • user requested PR after verifying the fix is working

@jensenpat jensenpat changed the title [codex] Persist memory window across restarts [memory] Persist memory window across restarts Apr 10, 2026
@jensenpat jensenpat marked this pull request as ready for review April 11, 2026 01:50
@jensenpat jensenpat requested a review from ten9876 as a code owner April 11, 2026 01:50
@ten9876 ten9876 merged commit 5ecc272 into aethersdr:main Apr 11, 2026
5 checks passed
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.

2 participants