Skip to content

Commit

Permalink
Removed panel to improve splash startup performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpmartell committed Aug 8, 2024
1 parent 575ebb9 commit 92bc426
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
1 change: 1 addition & 0 deletions LittleWarGameClient/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ internal static class Program
private static List<WinStruct> _WinStructList = new List<WinStruct>();

internal static bool IsDoubleInstance = false;

/// <summary>
/// The main entry point for the application.
/// </summary>
Expand Down
24 changes: 5 additions & 19 deletions LittleWarGameClient/SplashScreen.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92bc426

Please sign in to comment.