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 b0e3167 commit ce4827aCopy full SHA for ce4827a
src/Files/Views/SettingsPages/Experimental.xaml
@@ -90,7 +90,8 @@
90
Padding="0,12,0,4"
91
FontSize="14"
92
FontWeight="Medium"
93
- Text="{helpers:ResourceString Name=SettingsDefaultFilesManager}" />
+ Text="{helpers:ResourceString Name=SettingsDefaultFilesManager}"
94
+ Visibility="{Binding IsSetAsDefaultVisible, Mode=OneWay}" />
95
96
<local:SettingsBlockControl
97
x:Name="SetAsDefaultSettingsBlockControl"
0 commit comments