Skip to content

Commit

Permalink
Update main window title
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Apr 13, 2024
1 parent 87e99f9 commit b5978b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KKManager/Windows/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public MainWindow()
#endif
var gameName = InstallDirectoryHelper.GameType.GetFancyGameName();
var installDir = InstallDirectoryHelper.GameDirectory.FullName;
Text = $"KK Manager {version} (out of beta edition) - [{gameName}] in {installDir}";
Text = $"KK Manager {version} - {gameName} in {installDir}";
Console.WriteLine($"Game: {gameName} Path: {installDir}");

Settings.Default.Binder.BindControl(checkForUpdatesOnStartupToolStripMenuItem, settings => settings.AutoUpdateSearch, this);
Expand Down

0 comments on commit b5978b5

Please sign in to comment.