From c20b6481e445b297fef57c6935f2615be9a8d5d4 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 16 Oct 2025 18:34:40 +0000
Subject: [PATCH] Add AutomationProperties to controls in GeneralPage
Co-authored-by: niels9001 <9866362+niels9001@users.noreply.github.com>
---
.../SettingsXAML/Views/GeneralPage.xaml | 32 +++++++++++++++----
1 file changed, 25 insertions(+), 7 deletions(-)
diff --git a/src/settings-ui/Settings.UI/SettingsXAML/Views/GeneralPage.xaml b/src/settings-ui/Settings.UI/SettingsXAML/Views/GeneralPage.xaml
index fcdcc0f60d..ab199d90b8 100644
--- a/src/settings-ui/Settings.UI/SettingsXAML/Views/GeneralPage.xaml
+++ b/src/settings-ui/Settings.UI/SettingsXAML/Views/GeneralPage.xaml
@@ -240,6 +240,7 @@
@@ -262,7 +263,10 @@
-
+
@@ -273,12 +277,16 @@
Name="GeneralPageRunAtStartUp"
x:Uid="GeneralPage_RunAtStartUp"
IsEnabled="{x:Bind ViewModel.IsRunAtStartupGPOManaged, Mode=OneWay, Converter={StaticResource BoolNegationConverter}}">
-
+
-
+
@@ -398,12 +406,16 @@
-
+
-
+
-
-
+
+