Skip to content

Commit

Permalink
update: Manual WindowStartupLocation
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed May 26, 2024
1 parent dae153f commit a3f521e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Desktop/LyricStudio/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
DragDrop.AllowDrop="True"
Icon="/Assets/Images/Favicon.ico"
SystemDecorations="Full"
WindowStartupLocation="CenterScreen"
WindowStartupLocation="Manual"
mc:Ignorable="d">
<Grid>
<fui:ServiceLocator Type="{x:Type views:MainView}" />
Expand Down

0 comments on commit a3f521e

Please sign in to comment.