mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[Settings]Add a link to the OOBE What's New page in the Settings menu (#29028)
* Adds a link to the OOBE What's New Section in the ShellPage Navigation * Updated verbiage to code as per recommendation * Updated so that if the Oobe Window is active, clicking on the What's New option in the ShellPage navigates to the What's New page. Added a "SetActiveWindow" Method the OobeWindow to easily open an active window of a set PowerToysModule type - this is to support being able to open the What's New Page without having to close the Oobe Window and close it every time. * Renamed SetActiveWindow to SetAppWindow * Adjusted method and property names for naming consistency across the application * Fixed an oversight. --------- Co-authored-by: Ian Kraynak <iakrayna@microsoft.com>
This commit is contained in:
@@ -2182,6 +2182,9 @@ From there, simply click on one of the supported files in the File Explorer and
|
||||
<data name="Oobe_NavViewItem.Content" xml:space="preserve">
|
||||
<value>Welcome to PowerToys</value>
|
||||
<comment>Don't loc "PowerToys"</comment>
|
||||
</data>
|
||||
<data name="WhatIsNew_NavViewItem.Content" xml:space="preserve">
|
||||
<value>What's New</value>
|
||||
</data>
|
||||
<data name="Feedback_NavViewItem.Content" xml:space="preserve">
|
||||
<value>Give feedback</value>
|
||||
|
||||
Reference in New Issue
Block a user