From 19ba8e475ce9b9481720983c88a9012b6c493548 Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Fri, 31 Mar 2023 04:35:14 +0800 Subject: [PATCH] Fix wrong variable name in #2004 (#2014) * Fix wrong variable name * Fix typo --- .../Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml index 9beb43a48..b0708b793 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml @@ -172,7 +172,7 @@ Margin="0,10,0,0" HorizontalAlignment="Left" Content="{DynamicResource plugin_explorer_default_open_in_file_manager}" - IsChecked="{Binding Settings.DefaultOpenInFileManager}" /> + IsChecked="{Binding Settings.DefaultOpenFolderInFileManager}" /> @@ -548,4 +548,4 @@ - \ No newline at end of file +