|
32 | 32 |
|
33 | 33 | <materialDesign:DialogHost |
34 | 34 | materialDesign:TransitionAssist.DisableTransitions="True" |
| 35 | + CloseOnClickAway="True" |
35 | 36 | Identifier="RootDialog" |
36 | 37 | SnackbarMessageQueue="{Binding ElementName=MainSnackbar, Path=MessageQueue}" |
37 | 38 | Style="{StaticResource MaterialDesignEmbeddedDialogHost}"> |
|
233 | 234 | <Separator /> |
234 | 235 | <Menu Margin="0,1" Style="{StaticResource ToolbarMenu}"> |
235 | 236 | <MenuItem |
236 | | - x:Name="menuReload" |
| 237 | + x:Name="menuHelp" |
237 | 238 | Padding="{StaticResource MarginLeftRight8}" |
238 | | - AutomationProperties.Name="{x:Static resx:ResUI.menuReload}"> |
| 239 | + AutomationProperties.Name="{x:Static resx:ResUI.menuHelp}"> |
239 | 240 | <MenuItem.Header> |
240 | 241 | <StackPanel Orientation="Horizontal"> |
241 | 242 | <materialDesign:PackIcon |
242 | 243 | Margin="{StaticResource MarginRight8}" |
243 | 244 | VerticalAlignment="Center" |
244 | | - Kind="Reload" /> |
245 | | - <TextBlock Text="{x:Static resx:ResUI.menuReload}" /> |
| 245 | + Kind="HelpCircleOutline" /> |
| 246 | + <TextBlock Text="{x:Static resx:ResUI.menuHelp}" /> |
246 | 247 | </StackPanel> |
247 | 248 | </MenuItem.Header> |
| 249 | + <MenuItem x:Name="menuCheckUpdate" Header="{x:Static resx:ResUI.menuCheckUpdate}" /> |
| 250 | + <Separator Margin="-40,5" /> |
248 | 251 | </MenuItem> |
249 | 252 | </Menu> |
250 | 253 | <Separator /> |
251 | 254 | <Menu Margin="0,1" Style="{StaticResource ToolbarMenu}"> |
252 | 255 | <MenuItem |
253 | | - x:Name="menuHelp" |
| 256 | + x:Name="menuReload" |
254 | 257 | Padding="{StaticResource MarginLeftRight8}" |
255 | | - AutomationProperties.Name="{x:Static resx:ResUI.menuHelp}"> |
| 258 | + AutomationProperties.Name="{x:Static resx:ResUI.menuReload}"> |
256 | 259 | <MenuItem.Header> |
257 | 260 | <StackPanel Orientation="Horizontal"> |
258 | 261 | <materialDesign:PackIcon |
259 | 262 | Margin="{StaticResource MarginRight8}" |
260 | 263 | VerticalAlignment="Center" |
261 | | - Kind="HelpCircleOutline" /> |
262 | | - <TextBlock Text="{x:Static resx:ResUI.menuHelp}" /> |
| 264 | + Kind="Reload" /> |
| 265 | + <TextBlock Text="{x:Static resx:ResUI.menuReload}" /> |
263 | 266 | </StackPanel> |
264 | 267 | </MenuItem.Header> |
265 | | - <MenuItem x:Name="menuCheckUpdate" Header="{x:Static resx:ResUI.menuCheckUpdate}" /> |
266 | | - <Separator Margin="-40,5" /> |
267 | 268 | </MenuItem> |
268 | 269 | </Menu> |
269 | 270 | <Separator /> |
|
0 commit comments