Skip to content

Commit b316f84

Browse files
committed
ux: show hotkey of popup buttons
Signed-off-by: leo <longshuang@msn.cn>
1 parent 7627600 commit b316f84

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Views/LauncherPage.axaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,17 @@
8383
VerticalContentAlignment="Center"
8484
Content="{DynamicResource Text.Sure}"
8585
Click="OnPopupSure"
86-
HotKey="Enter"/>
86+
HotKey="Enter"
87+
ToolTip.Tip="Enter"/>
8788
<Button Classes="flat"
8889
Width="100" Height="28"
8990
Margin="8,0,0,0"
9091
Padding="0"
9192
HorizontalContentAlignment="Center"
9293
VerticalContentAlignment="Center"
9394
Content="{DynamicResource Text.Cancel}"
94-
Click="OnPopupCancel"/>
95+
Click="OnPopupCancel"
96+
ToolTip.Tip="ESC"/>
9597
</StackPanel>
9698

9799
<!-- Running -->

0 commit comments

Comments
 (0)