File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/Files.App/UserControls Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 186
186
<MenuFlyout >
187
187
<MenuFlyoutItem
188
188
x:Name=" OpenFolderInVSCodeButton"
189
- x:Load=" {x:Bind Commands.OpenInVSCode.IsExecutable, Mode=OneWay}"
190
189
Command=" {x:Bind Commands.OpenInVSCode}"
191
190
KeyboardAcceleratorTextOverride=" {x:Bind Commands.OpenInVSCode.HotKeys, Mode=OneWay}"
192
191
Text=" {x:Bind Commands.OpenInVSCode.Label, Mode=OneWay}" />
193
192
<MenuFlyoutItem
194
193
x:Name=" OpenRepoInVSCodeButton"
195
- x:Load=" {x:Bind Commands.OpenRepoInVSCode.IsExecutable, Mode=OneWay}"
196
194
Command=" {x:Bind Commands.OpenRepoInVSCode}"
197
195
KeyboardAcceleratorTextOverride=" {x:Bind Commands.OpenRepoInVSCode.HotKeys, Mode=OneWay}"
198
- Text=" {x:Bind Commands.OpenRepoInVSCode.Label, Mode=OneWay}" />
196
+ Text=" {x:Bind Commands.OpenRepoInVSCode.Label, Mode=OneWay}"
197
+ Visibility=" {x:Bind Commands.OpenRepoInVSCode.IsExecutable, Mode=OneWay}" />
199
198
</MenuFlyout >
200
199
</Button .Flyout>
201
200
</Button >
You can’t perform that action at this time.
0 commit comments