mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
* Fix wrong variable name * Fix typo
This commit is contained in:
parent
77e966ed3a
commit
19ba8e475c
1 changed files with 2 additions and 2 deletions
|
|
@ -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}" />
|
||||
<StackPanel Margin="0,10,0,10" Orientation="Horizontal">
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
|
|
@ -548,4 +548,4 @@
|
|||
</TabControl>
|
||||
|
||||
</Grid>
|
||||
</UserControl>
|
||||
</UserControl>
|
||||
|
|
|
|||
Loading…
Reference in a new issue