File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/Files.App/UserControls Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 246
246
Orientation=" Horizontal" >
247
247
<RadioButton
248
248
Content=" {helpers:ResourceString Name=Locals}"
249
- DataContext=" {x:Bind DirectoryPropertiesViewModel, Mode=OneWay}"
250
- IsChecked=" {Binding ShowLocals, Mode=TwoWay}"
249
+ IsChecked=" {x:Bind DirectoryPropertiesViewModel.ShowLocals, Mode=TwoWay}"
251
250
Style=" {StaticResource Local.RadioButtonStyle}" />
252
251
<RadioButton Content =" {helpers:ResourceString Name=Remotes}" Style =" {StaticResource Local.RadioButtonStyle}" />
253
252
</StackPanel >
270
269
Grid.Row=" 1"
271
270
Padding=" 4"
272
271
Background=" {ThemeResource CardBackgroundFillColorDefaultBrush}"
273
- DataContext=" {x:Bind DirectoryPropertiesViewModel, Mode=OneWay}"
274
272
IsItemClickEnabled=" True"
275
273
ItemClick=" BranchesList_ItemClick"
276
274
ItemsSource=" {x:Bind DirectoryPropertiesViewModel.BranchesNames, Mode=OneWay}"
277
- SelectedIndex=" {Binding SelectedBranchIndex, Mode=TwoWay}"
275
+ SelectedIndex=" {x:Bind DirectoryPropertiesViewModel. SelectedBranchIndex, Mode=TwoWay}"
278
276
SelectionMode=" Single" />
279
277
</Grid >
280
278
</Flyout >
You can’t perform that action at this time.
0 commit comments