-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Restore missing "Quick access" menu item in tray icon context menu #42676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: davidegiacometti <[email protected]>
davidegiacometti
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. These words are not needed and should be removedcabstr CIBUILD djwsxzxb icf installscopeperuser ksa Olllama rap registryroot regroot rtm suntimes TARGETDIR utmPattern suggestions ✂️ (1)You could add these patterns to Alternatively, if a pattern suggestion doesn't make sense for this project, add a If the flagged items are 🤯 false positivesIf items relate to a ...
|
|
So, this was removed in 53b9898#diff-4095dc55de8a9eebff88733d026d1b9f0d054f7d8bf1688b7ef62c1a06f346d3 but yea looking through that PR, I don't think removing that menu item was intentional. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |

Summary
Restores the "Quick access" menu item that was accidentally removed from the PowerToys tray icon context menu.
Issue
Fixes #[issue_number]
The "Quick access" menu item was missing from the tray icon's right-click context menu, preventing users from accessing this feature via the tray menu.
Expected menu:
Actual menu (before this fix):
Changes
MENUITEM "Quick access\tLeft-click", ID_QUICK_ACCESS_MENU_COMMANDentry as the first menu item in theID_TRAY_MENUdefinition insrc/runner/runner.base.rcDetails
The menu item was accidentally removed in commit f5797a0. This PR restores it to its correct position as the first item in the tray menu.
All supporting code was already in place:
ID_QUICK_ACCESS_MENU_COMMAND(40006) is defined inresource.base.hQUICK_ACCESS_MENU_TEXTis defined inResources.resxtray_icon.cppopens the Quick Access flyout windowTesting
After this fix, the tray menu will correctly display:
Original prompt
Fixes #42618
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.