hide-virtual-desktop-confirmator: initial release#4633
Open
Zygaross wants to merge 3 commits into
Open
Conversation
Hides the desktop-number confirmator on virtual desktop switch while keeping the slide animation and volume/brightness flyouts. - Collapses ConfirmatorMainGrid on TextConfirmator spawn - Restores via cached MainGrid ref on remove or volume/brightness spawn - GPL-3.0 (m417z XAML TAP demo scaffolding)
Use explicit dllexport on COM entry points like settings-styler. Fixes PR validation.
Member
|
Thank you for the submission. The main issue is that the mod uses XAML Diagnostics ( Please update the implementation such that XAML Diagnostics API isn't used. There are several mod examples which can serve as an example, for example Start button always on the left: windhawk-mods/mods/taskbar-start-button-position.wh.cpp Lines 390 to 407 in 862ba36 Also, you might be able to achieve the same with just Windows 11 Taskbar Styler styles. Have you tried that? |
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.
Summary
Hides the Windows 11 virtual desktop number popup when switching virtual desktops
(trackpad, Win+Ctrl). Keeps the slide animation. Volume and brightness flyouts
still work.
How
TextConfirmatoradd -> collapseConfirmatorMainGridTextConfirmatorremove -> restore via cachedMainGridrefVolumeConfirmator/BrightnessConfirmatoradd -> restore if neededNo timers, registry polling, or HWND hide/restore.
Tested
Windows 11 24H2/25H2 class builds with
HWConfirmatorUI.License
GPL-3.0. XAML TAP scaffolding based on m417z's demo.