We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0577549 commit fd0471bCopy full SHA for fd0471b
Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml
@@ -9,12 +9,12 @@
9
<UserControl.Resources>
10
<DataTemplate x:Key="ListViewTemplateAccessLinks">
11
<TextBlock
12
- Text="{Binding Nickname, Mode=OneTime}"
+ Text="{Binding Path, Mode=OneTime}"
13
Margin="0,5,0,5" />
14
</DataTemplate>
15
<DataTemplate x:Key="ListViewTemplateExcludedPaths">
16
17
18
19
20
<DataTemplate x:Key="ListViewActionKeywords">
0 commit comments