Skip to content

Commit ff226cc

Browse files
Merge pull request #3637 from MicrosoftDocs/main638221978756334791sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 2ed7709 + 10577b5 commit ff226cc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hub/apps/windows-app-sdk/system-backdrop-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public sealed partial class MainWindow : Window
270270
m_configurationSource.IsInputActive = true;
271271
SetConfigurationSourceTheme();
272272

273-
m_backdropController = new Microsoft.UI.Composition.SystemBackdrops.MicaController()
273+
m_backdropController = new Microsoft.UI.Composition.SystemBackdrops.MicaController();
274274

275275
// Enable the system backdrop.
276276
// Note: Be sure to have "using WinRT;" to support the Window.As<...>() call.

hub/powertoys/registry-preview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ After opening a Windows Registry file, the file content is shown on the left sid
3939
**Reload from file**: Select `Reload from file` to reload file content if the loaded file is being edited outside of the **Registry Preview**.
4040

4141
**Write to Registry**: Select `Write to Registry` to save any changes listed in the loaded file to the Windows Registry. The Windows Registry Editor will open and ask for confirmation before writing changes. The User Account Control (UAC) prompt, a Windows security feature designed to mitigate the impact of malware, will appear and need approval to open Windows Registry Editor.
42+
43+
**Open key...**: Select `Open key` to open the Windows Registry Editor with whatever key you have highlighted in the right side of the application as the initial starting point.

0 commit comments

Comments
 (0)