From 31ca8ff2ce8694bc2f31630875470dca5c2b73f0 Mon Sep 17 00:00:00 2001 From: Den Delimarsky <1389609+dend@users.noreply.github.com> Date: Sun, 2 May 2021 11:14:59 -0700 Subject: [PATCH] Fix binding --- .../Microsoft.PowerToys.Settings.UI/Views/EspressoPage.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/EspressoPage.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/EspressoPage.xaml index 9f69ed35e0..3e2ac54be3 100644 --- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/EspressoPage.xaml +++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/EspressoPage.xaml @@ -108,7 +108,7 @@ HorizontalAlignment="Left" Margin="{StaticResource SmallTopMargin}" MinWidth="90" - IsEnabled="{Binding IsEnabled}" + IsEnabled="{Binding Mode, Converter={StaticResource EspressoModeToReverseBoolConverter}}" SmallChange="1" LargeChange="5"/>