Skip to content

fix(updater): persist Early Access toggle to disk#244

Merged
akuehner merged 1 commit into
mainfrom
fix/update-channel-persist
Jun 12, 2026
Merged

fix(updater): persist Early Access toggle to disk#244
akuehner merged 1 commit into
mainfrom
fix/update-channel-persist

Conversation

@akuehner

Copy link
Copy Markdown
Member

No description provided.

setUpdateChannel in project.js updated the in-memory variable but
never called opts.onSetUpdateChannel — the daemon callback that writes
config.updateChannel to daemon.json. On restart the channel reverted
to the saved value (default: stable), so the toggle appeared to reset.

Wire opts.onSetUpdateChannel through so every channel change is
persisted, matching every other settings toggle's behavior.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@akuehner akuehner merged commit a101218 into main Jun 12, 2026
@akuehner akuehner deleted the fix/update-channel-persist branch June 12, 2026 11:43
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