Skip to content

Commit fd0471b

Browse files
committed
fix excluded and quick access path display in settings
1 parent 0577549 commit fd0471b

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
@@ -9,12 +9,12 @@
99
<UserControl.Resources>
1010
<DataTemplate x:Key="ListViewTemplateAccessLinks">
1111
<TextBlock
12-
Text="{Binding Nickname, Mode=OneTime}"
12+
Text="{Binding Path, Mode=OneTime}"
1313
Margin="0,5,0,5" />
1414
</DataTemplate>
1515
<DataTemplate x:Key="ListViewTemplateExcludedPaths">
1616
<TextBlock
17-
Text="{Binding Nickname, Mode=OneTime}"
17+
Text="{Binding Path, Mode=OneTime}"
1818
Margin="0,5,0,5" />
1919
</DataTemplate>
2020
<DataTemplate x:Key="ListViewActionKeywords">

0 commit comments

Comments
 (0)