Conversation
This was referenced Sep 5, 2026
Rokk001
marked this pull request as ready for review
September 5, 2026 23:15
Rokk001
force-pushed
the
fix/settings-option-duplicates
branch
from
September 6, 2026 23:12
059cb52 to
98208b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renderer settings could list the same colour depth repeatedly, such as three identical 32-bit entries.
Change
Deduplicate the renderer-provided values before populating each settings list while preserving every distinct supported choice and the current text selection.
Coordination
No matching open issue was found. Issue #6 covers broader interface and mouse problems and is not closed by this focused correction; PR #15 also changes renderer settings and may require reconciliation.
Verification
The focused one-file change is included in the clean Windows x64 Release build of #53, and the user confirmed that the duplicate values are gone.