Skip to content

Fix Ignore this version on the update-available dialog - #20

Open
DPattee wants to merge 1 commit into
xLightsSequencer:mainfrom
DPattee:cursor/fix-ignore-update-version-7b27
Open

DPattee wants to merge 1 commit into
xLightsSequencer:mainfrom
DPattee:cursor/fix-ignore-update-version-7b27

Conversation

@DPattee

@DPattee DPattee commented Sep 20, 2026

Copy link
Copy Markdown

wxDialog only auto-closes wxID_OK and wxID_CANCEL, so the Ignore button (wxID_NO) never ended the modal loop. Bind it to EndModal and flush the skipped version to config so the choice persists.

Fixes #16

wxDialog only auto-closes wxID_OK and wxID_CANCEL, so the Ignore button
(wxID_NO) never ended the modal loop. Bind it to EndModal and flush the
skipped version to config so the choice persists.

Fixes xLightsSequencer#16

Co-authored-by: Don Pattee <DPattee@users.noreply.github.com>
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.

Ignore update button not clickable

2 participants