Skip to content

Commit

Permalink
Update window title
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Feb 14, 2023
1 parent 41faa63 commit 2ef3ecb
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 @@ -60,7 +60,7 @@ public MainWindow()
#endif
var gameName = InstallDirectoryHelper.GameType.GetFancyGameName();
var installDir = InstallDirectoryHelper.GameDirectory.FullName;
Text = $"KK Manager {version} (New downloader edition) - [{gameName}] in {installDir}";
Text = $"KK Manager {version} (P2P downloader edition) - [{gameName}] in {installDir}";
Console.WriteLine($"Game: {gameName} Path: {installDir}");

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

0 comments on commit 2ef3ecb

Please sign in to comment.