feat(ui): open Mission Control from the title bar

This commit is contained in:
Mika Kuns
2026-06-25 15:05:40 +02:00
parent 283310a3fd
commit b1bd91292f
8 changed files with 44 additions and 3 deletions

View File

@@ -88,6 +88,11 @@
<!-- Right: window controls -->
<StackPanel Grid.Column="2" Orientation="Horizontal" Spacing="0"
VerticalAlignment="Center" Margin="0,0,4,0">
<Button Classes="title-ctrl"
Command="{Binding OpenMissionControlCommand}"
ToolTip.Tip="{loc:Tr missionControl.windowTitle}">
<PathIcon Data="{StaticResource Icon.Grid}" Width="12" Height="12"/>
</Button>
<Button Classes="title-ctrl" Click="OnMinimize">
<PathIcon Data="{StaticResource Icon.WinMin}" Width="10" Height="10"/>
</Button>