diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
index 812cfa22a3..775693c3e5 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
@@ -187,7 +187,7 @@ Disabling this module or closing PowerToys will unmute the microphone and camera
Video Conference
- do not loc the product name
+ do not loc the product nameCamera
@@ -487,7 +487,7 @@ Disabling this module or closing PowerToys will unmute the microphone and camera
PowerToys
- do not loc the product name
+ do not loc the product nameCheck for updates
@@ -757,11 +757,11 @@ Disabling this module or closing PowerToys will unmute the microphone and camera
FancyZones
- do not loc the product name
+ do not loc the product nameFile Explorer
- do not loc the product name
+ do not loc the product nameFile Explorer
@@ -769,19 +769,19 @@ Disabling this module or closing PowerToys will unmute the microphone and camera
Image Resizer
- do not loc the product name
+ do not loc the product nameKeyboard Manager
- do not loc the product name
+ do not loc the product nameColor Picker
- do not loc the product name
+ do not loc the product namePowerToys Run
- do not loc the product name
+ do not loc the product namePowerToys Run
@@ -796,7 +796,7 @@ Disabling this module or closing PowerToys will unmute the microphone and camera
Shortcut Guide
- do not loc the product name
+ do not loc the product nameShortcut Guide
@@ -1267,7 +1267,7 @@ From there, simply click on a Markdown file or SVG icon in the File Explorer and
Awake
- do not loc the product name
+ do not loc the product nameA convenient way to keep your PC awake on-demand.
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml
index 2f67f6f0ee..f0c4323679 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml
@@ -24,19 +24,6 @@
ModuleImageLink="https://aka.ms/powertoys">
-
-
-
-->
+
+
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ShellPage.xaml.cs b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ShellPage.xaml.cs
index 110104ee75..adf4600b3b 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ShellPage.xaml.cs
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ShellPage.xaml.cs
@@ -8,6 +8,7 @@ using System.Diagnostics.CodeAnalysis;
using Microsoft.PowerToys.Settings.UI.Services;
using Microsoft.PowerToys.Settings.UI.ViewModels;
using Windows.Data.Json;
+using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
namespace Microsoft.PowerToys.Settings.UI.Views
@@ -156,6 +157,11 @@ namespace Microsoft.PowerToys.Settings.UI.Views
shellFrame.Navigate(typeof(GeneralPage));
}
+ private void OobeButton_Click(object sender, RoutedEventArgs e)
+ {
+ OpenOobeWindowCallback();
+ }
+
[SuppressMessage("Usage", "CA1801:Review unused parameters", Justification = "Params are required for event handler signature requirements.")]
private void NavigationView_SelectionChanged(Microsoft.UI.Xaml.Controls.NavigationView sender, Microsoft.UI.Xaml.Controls.NavigationViewSelectionChangedEventArgs args)
{