We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3255c commit 03e4086Copy full SHA for 03e4086
sources/editor/Stride.GameStudio.Avalonia/Views/MainView.axaml
@@ -85,13 +85,14 @@
85
<MenuItem Header="Simulate a crash"
86
Command="{Binding CrashCommand}"/>
87
</MenuItem>
88
- <Button Width="32" Height="32"
89
- ToolTip.Tip="Start (F5)"
90
- Command="{Binding RunCurrentProjectCommand}" HotKey="F5">
91
- <Image Source="{StaticResource ImageStart}" Width="16" Height="16"/>
92
- </Button>
93
- </Menu>
94
-
+ <Button Width="32" Height="32"
+ Command="{Binding RunCurrentProjectCommand}"
+ HotKey="F5"
+ ToolTip.Tip="{sd:LocalizeString Start (F5)}">
+ <Image Source="{StaticResource ImageStart}" Width="16" Height="16"/>
+ </Button>
+ </Menu>
95
+
96
<Grid Grid.Row="1"
97
RowDefinitions="2*, 2, *">
98
<Grid Grid.Row="0"
0 commit comments