File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -490,10 +490,10 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(
490
490
IsVisible = itemsSelected ,
491
491
IsPrimary = true ,
492
492
} . Build ( ) ,
493
- new ContextMenuFlyoutItemViewModelBuilder ( Commands . OpenProperties )
493
+ new ContextMenuFlyoutItemViewModelBuilder ( ModifiableCommands . OpenProperties )
494
494
{
495
495
IsPrimary = true ,
496
- IsVisible = Commands . OpenProperties . IsExecutable
496
+ IsVisible = ModifiableCommands . OpenProperties . IsExecutable
497
497
} . Build ( ) ,
498
498
new ContextMenuFlyoutItemViewModelBuilder ( Commands . OpenParentFolder ) . Build ( ) ,
499
499
new ContextMenuFlyoutItemViewModelBuilder ( Commands . PinFolderToSidebar )
Original file line number Diff line number Diff line change 243
243
AccessKey=" O"
244
244
AccessKeyInvoked=" AppBarButton_AccessKeyInvoked"
245
245
AutomationProperties.AutomationId=" InnerNavigationToolbarPropertiesButton"
246
- Command=" {x:Bind Commands .OpenProperties, Mode=OneWay}"
247
- IsEnabled=" {x:Bind Commands .OpenProperties.IsExecutable, Mode=OneWay}"
248
- KeyboardAcceleratorTextOverride=" {x:Bind Commands .OpenProperties.HotKeyText, Mode=OneWay}"
249
- Label=" {x:Bind Commands .OpenProperties.Label}"
246
+ Command=" {x:Bind ModifiableCommands .OpenProperties, Mode=OneWay}"
247
+ IsEnabled=" {x:Bind ModifiableCommands .OpenProperties.IsExecutable, Mode=OneWay}"
248
+ KeyboardAcceleratorTextOverride=" {x:Bind ModifiableCommands .OpenProperties.HotKeyText, Mode=OneWay}"
249
+ Label=" {x:Bind ModifiableCommands .OpenProperties.Label}"
250
250
LabelPosition=" Collapsed"
251
- ToolTipService.ToolTip=" {x:Bind Commands .OpenProperties.LabelWithHotKey, Mode=OneWay}" >
252
- <controls : ThemedIcon Style =" {x:Bind Commands .OpenProperties.ThemedIconStyle, Mode=OneTime}" />
251
+ ToolTipService.ToolTip=" {x:Bind ModifiableCommands .OpenProperties.LabelWithHotKey, Mode=OneWay}" >
252
+ <controls : ThemedIcon Style =" {x:Bind ModifiableCommands .OpenProperties.ThemedIconStyle, Mode=OneTime}" />
253
253
</AppBarButton >
254
254
255
255
<!-- (Divider) -->
You can’t perform that action at this time.
0 commit comments