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"/>