Update Taskbar Virtual Desktop Switcher to v1.8#4844
Conversation
|
A question about For example, using it with I'm still exploring how to make it more convenient. Perhaps I should include Submission reviewNote: This review was done by Claude, and then refined manually. Due to the amount of submissions, doing a fully manual review for each pull request is no longer feasible. Thank you for understanding. Please address the following issues. The items in the collapsed sections are optional, so it's your call whether to address them.
|
ModSettings holds only std::wstring/int/bool; suppressing its destructor leaked the string buffers on every normal unload. Addresses review feedback on PR ramensoftware#4844.
Removes the standalone readme preset paragraph and surfaces the copyable 🟢/🔴 suggestion in the Active/Inactive indicator symbol settings descriptions (and the readme settings table), so it's available at the point of use in the settings panel.
|
Claude added it, not me — and it added it too broadly. These mods are written The required fix is already in the current head ( On the containers:
|
I thought about it, but it wouldn't be different from |
To clarify: are you going to update the PR, or are you saying that you prefer getting it merged as is? |
|
I am updating it, we can hold off on the merge. And I see the other comments. I am working them too. |
Updates
taskbar-vd-switcherfrom v1.7 to v1.8 and resolves #4830.The existing indicator mode is now fully customizable: users can choose independent active and inactive symbols or text (for example,
🟢and🔴) while preserving●and○as the defaults. Desktop indicators and the optional Task View button also have independent font-family settings.Desktop entries are now native XAML
ToggleButtoncontrols. The active desktop owns the realChecked,CheckedPointerOver, andCheckedPressedstates, allowing Windows 11 Taskbar Styler rules to target the active state directly instead of inferring it from a color.Tested
Changelog
●and○retained as defaultsToggleButtoncontrols whose checked state follows the current virtual desktop; exposed nativeChecked,CheckedPointerOver, andCheckedPressedstates for Taskbar Styler🟢/🔴preset, the new settings, and the exact Taskbar Styler targetMod authorship
If this pull request introduces a new mod, please complete the section below.
This mod was created by:
Please select the options that best apply. Your selection does not affect the acceptance criteria, but it helps reviewers understand the context of the code and provide relevant feedback.