From 91564e0933945bd297da679f8279080e41861d53 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 1 Sep 2021 21:17:20 +1000 Subject: [PATCH] remove null state from action keyword Enabled status --- .../Views/ActionKeywordSetting.xaml | 2 +- .../Views/ActionKeywordSetting.xaml.cs | 10 +++++----- .../Views/ExplorerSettings.xaml.cs | 7 +++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ActionKeywordSetting.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ActionKeywordSetting.xaml index 19ff624b0..a497d2b26 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ActionKeywordSetting.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ActionKeywordSetting.xaml @@ -31,7 +31,7 @@ Margin="10" Grid.Row="0" Grid.Column="2" Content="{DynamicResource plugin_explorer_actionkeyword_enabled}" Width="auto" VerticalAlignment="Center" IsChecked="{Binding Enabled}" - Visibility="{Binding Visible}"/> + Visibility="{Binding EnabledVisibility}"/>