Skip to content

Commit

Permalink
up 修复单窗口模式bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Mar 9, 2024
1 parent a339762 commit 5b0da68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ColorMC.Gui/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public override void OnFrameworkInitializationCompleted()
{
var win = new SingleWindow();
AllWindow = win.Win;
win.Show();
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/ColorMC.Gui/UI/Controls/Main/MainStartControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<TextBlock
HorizontalAlignment="Center"
FontSize="40"
Text="{setting:Localize Name}" />
Text="ColorMC" />
</StackPanel>
</StackPanel>
</UserControl>

0 comments on commit 5b0da68

Please sign in to comment.