Skip to content

Commit

Permalink
Display app name on Windows title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarrere committed Nov 23, 2024
1 parent b869145 commit 4993b3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion LM-Kit-Maestro/Platforms/Windows/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
Padding="0"
VerticalAlignment="Stretch"
Margin="0,0,0,0">

<TextBlock
Text="LM-Kit Maestro"
Foreground="White"
FontSize="13"
HorizontalAlignment="Center"
VerticalAlignment="Center" />
</Border>
</Grid>
</DataTemplate>
Expand Down

0 comments on commit 4993b3a

Please sign in to comment.