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 cc94bdd commit 6ea4a9cCopy full SHA for 6ea4a9c
src/Files.App/Views/SettingsPages/Preferences.xaml
@@ -189,12 +189,12 @@
189
<AppBarButton
190
Command="{x:Bind ViewModel.ChangePageCommand}"
191
Icon="Edit"
192
- IsEnabled="{x:Bind ViewModel.IsPageListEditEnabled}"
+ IsEnabled="{x:Bind ViewModel.IsPageListEditEnabled, Mode=OneWay}"
193
Label="{helpers:ResourceString Name=Edit}" />
194
195
Command="{x:Bind ViewModel.RemovePageCommand}"
196
Icon="Delete"
197
198
Label="{helpers:ResourceString Name=Remove}" />
199
</CommandBar>
200
0 commit comments