|
113 | 113 | VerticalAlignment="Top" |
114 | 114 | HorizontalContentAlignment="Right" |
115 | 115 | VerticalContentAlignment="Top" |
| 116 | + AutomationProperties.Name="More Options" |
116 | 117 | BorderThickness="0" |
117 | | - Classes="transparent"> |
| 118 | + Classes="transparent" |
| 119 | + ToolTip.Tip="More Options"> |
118 | 120 | <ui:SymbolIcon FontSize="18" Symbol="MoreVertical" /> |
119 | 121 | <Button.Flyout> |
120 | 122 | <MenuFlyout Placement="BottomEdgeAlignedLeft"> |
|
347 | 349 | <Button |
348 | 350 | Margin="4,4,4,0" |
349 | 351 | Padding="6" |
| 352 | + AutomationProperties.Name="{x:Static lang:Resources.Action_CheckForUpdates}" |
350 | 353 | Classes="transparent" |
351 | 354 | Command="{Binding OnLoadedAsync}" |
352 | 355 | ToolTip.Tip="{x:Static lang:Resources.Action_CheckForUpdates}"> |
|
363 | 366 | <Button |
364 | 367 | Margin="4,4,4,0" |
365 | 368 | Padding="4" |
| 369 | + AutomationProperties.Name="{x:Static lang:Resources.Action_Update}" |
366 | 370 | Classes="borderless-success" |
367 | 371 | Command="{Binding Update}" |
368 | 372 | IsEnabled="{Binding !IsRunning}" |
|
414 | 418 | <Button |
415 | 419 | Margin="4,4,4,0" |
416 | 420 | Padding="6" |
| 421 | + AutomationProperties.Name="Launch Options" |
417 | 422 | Classes="transparent" |
418 | 423 | Command="{Binding ShowLaunchOptionsCommand}" |
419 | 424 | IsVisible="{Binding !IsUnknownPackage}" |
|
423 | 428 | <Button |
424 | 429 | Margin="4,4,4,0" |
425 | 430 | Padding="6" |
| 431 | + AutomationProperties.Name="Extensions" |
426 | 432 | Classes="transparent" |
427 | 433 | Command="{Binding OpenExtensionsDialogCommand}" |
428 | 434 | IsVisible="{Binding CanUseExtensions}" |
|
444 | 450 | Name="LaunchButton" |
445 | 451 | HorizontalAlignment="Stretch" |
446 | 452 | VerticalAlignment="Bottom" |
| 453 | + AutomationProperties.Name="{x:Static lang:Resources.Action_Launch}" |
447 | 454 | Classes="accent" |
448 | 455 | Command="{Binding Launch}"> |
449 | 456 | <Button.IsVisible> |
|
465 | 472 | Name="SplitLaunchButton" |
466 | 473 | HorizontalAlignment="Stretch" |
467 | 474 | VerticalAlignment="Bottom" |
| 475 | + AutomationProperties.Name="{x:Static lang:Resources.Action_Launch}" |
468 | 476 | Classes="accent" |
469 | 477 | Command="{Binding Launch}"> |
470 | 478 | <Button.IsVisible> |
|
503 | 511 | <Button |
504 | 512 | HorizontalAlignment="Stretch" |
505 | 513 | VerticalAlignment="Bottom" |
| 514 | + AutomationProperties.Name="{x:Static lang:Resources.Action_Stop}" |
506 | 515 | Classes="borderless-danger" |
507 | 516 | Command="{Binding StopCommand}" |
508 | 517 | IsVisible="{Binding IsRunning}"> |
|
517 | 526 | <Button |
518 | 527 | HorizontalAlignment="Stretch" |
519 | 528 | VerticalAlignment="Bottom" |
| 529 | + AutomationProperties.Name="{x:Static lang:Resources.Action_Restart}" |
520 | 530 | BorderBrush="Transparent" |
521 | 531 | Classes="borderless-info" |
522 | 532 | Command="{Binding RestartCommand}" |
|
532 | 542 | <Button |
533 | 543 | HorizontalAlignment="Stretch" |
534 | 544 | VerticalAlignment="Bottom" |
| 545 | + AutomationProperties.Name="{x:Static lang:Resources.Label_Console}" |
535 | 546 | Classes="accent" |
536 | 547 | Command="{Binding NavToConsole}" |
537 | 548 | IsVisible="{Binding IsRunning}"> |
|
546 | 557 | <Button |
547 | 558 | HorizontalAlignment="Stretch" |
548 | 559 | VerticalAlignment="Bottom" |
| 560 | + AutomationProperties.Name="{x:Static lang:Resources.Label_WebUi}" |
549 | 561 | Classes="accent" |
550 | 562 | Command="{Binding LaunchWebUi}" |
551 | 563 | IsVisible="{Binding ShowWebUiButton}"> |
|
560 | 572 | <Button |
561 | 573 | HorizontalAlignment="Stretch" |
562 | 574 | VerticalAlignment="Bottom" |
| 575 | + AutomationProperties.Name="{x:Static lang:Resources.Action_Import}" |
563 | 576 | Classes="transparent-info" |
564 | 577 | Command="{Binding Import}" |
565 | 578 | IsVisible="{Binding IsUnknownPackage}"> |
|
641 | 654 | Margin="0,8,0,0" |
642 | 655 | HorizontalAlignment="Stretch" |
643 | 656 | VerticalAlignment="Bottom" |
| 657 | + AutomationProperties.Name="{x:Static lang:Resources.Action_AddPackage}" |
644 | 658 | Classes="transparent" |
645 | 659 | Command="{Binding ShowInstallDialog}"> |
646 | 660 | <StackPanel Margin="8" Orientation="Horizontal"> |
|
0 commit comments