From fb3f4fa0a87e5074334330f8c673bbe0331291e9 Mon Sep 17 00:00:00 2001
From: vldmr11080 <57061786+vldmr11080@users.noreply.github.com>
Date: Thu, 4 Jun 2020 14:33:03 +0200
Subject: [PATCH] Connect appZoneHistory settings with rest of the stack in
settings v2 (#4047)
---
.../Strings/en-us/Resources.resw | 3 +++
.../Views/FancyZonesPage.xaml | 5 +++++
2 files changed, 8 insertions(+)
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
index fcbb644a1d..b558900aa6 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
@@ -305,6 +305,9 @@
Show zones on all monitors while dragging a window
+
+ Move newly created windows to their last known zone
+
Follow mouse cursor instead of focus when launching editor in a multi screen environment
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml
index a2b4d60487..96088f1fb6 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml
@@ -117,6 +117,11 @@
Margin="{StaticResource SmallTopMargin}"
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"/>
+
+