Skip to content

Commit 19ba8e4

Browse files
Fix wrong variable name in #2004 (#2014)
* Fix wrong variable name * Fix typo
1 parent 77e966e commit 19ba8e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
Margin="0,10,0,0"
173173
HorizontalAlignment="Left"
174174
Content="{DynamicResource plugin_explorer_default_open_in_file_manager}"
175-
IsChecked="{Binding Settings.DefaultOpenInFileManager}" />
175+
IsChecked="{Binding Settings.DefaultOpenFolderInFileManager}" />
176176
<StackPanel Margin="0,10,0,10" Orientation="Horizontal">
177177
<Grid>
178178
<Grid.ColumnDefinitions>
@@ -548,4 +548,4 @@
548548
</TabControl>
549549

550550
</Grid>
551-
</UserControl>
551+
</UserControl>

0 commit comments

Comments
 (0)