From 0a1759028d6dc7f87c46dfd7469b32299437e257 Mon Sep 17 00:00:00 2001 From: Davide Giacometti Date: Wed, 20 Sep 2023 12:46:36 +0200 Subject: [PATCH] [Hosts]Fix move up/down not being disabled when filtering (#28615) --- src/modules/Hosts/Hosts/HostsXAML/Views/MainPage.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/Hosts/Hosts/HostsXAML/Views/MainPage.xaml b/src/modules/Hosts/Hosts/HostsXAML/Views/MainPage.xaml index e889c0381e..f62eef0a98 100644 --- a/src/modules/Hosts/Hosts/HostsXAML/Views/MainPage.xaml +++ b/src/modules/Hosts/Hosts/HostsXAML/Views/MainPage.xaml @@ -199,7 +199,7 @@ + IsEnabled="{x:Bind ViewModel.Filtered, Mode=OneWay, Converter={StaticResource BoolNegationConverter}}"> @@ -207,7 +207,7 @@ + IsEnabled="{x:Bind ViewModel.Filtered, Mode=OneWay, Converter={StaticResource BoolNegationConverter}}">