Show current preset/config name in the top bar#1592
Open
CrunchyBanana1 wants to merge 1 commit into
Open
Conversation
b88934f to
a6769db
Compare
Collaborator
|
I like the idea of showing the selected preset again, but it's too much code to maintain that even saves a new file just to show the (*) that you have changed something. please remove that |
The "Load Preset" button now shows the loaded preset or config name, and falls back to "Load Preset" when nothing is loaded. The name is set when a preset or config is loaded or saved. The Ctk top bar is unaffected: the display hooks are no-ops there. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
35304da to
50c144d
Compare
Contributor
Author
|
I'm with you there. Felt aready a bit over the top for such a small thing. |
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.
Adds a label in the PySide6 top bar showing the loaded preset or config name, with a " (*)" marker when the config differs from what was loaded or last saved. The name is restored across restarts via a small per-machine state file (gitignored, like #.json).
The Ctk top bar is unaffected: the display hooks are no-ops there.
Summary
Added the currently chosen Preset to the top bar in the preset dropdown.
AI assistance