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