Skip to content

Commit

Permalink
Merge #3841 Set window title during startup
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed May 19, 2023
2 parents c5ba72c + ac47bf5 commit 351fa35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.

### Features

- [GUI] Allow GUI users to delete registry lockfiles (#3829 by: HebaruSan; reviewed: techman83)
- [GUI] Allow GUI users to delete registry lockfiles (#3829, #3841 by: HebaruSan; reviewed: techman83)
- [GUI] Show unmanaged files in game folder (#3833 by: HebaruSan; reviewed: techman83)
- [GUI] Installation history tab (#3834 by: HebaruSan; reviewed: techman83)
- [GUI] Hide fake instance creation in GUI (#3839 by: HebaruSan; reviewed: techman83)
Expand Down
2 changes: 2 additions & 0 deletions GUI/Main/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ protected override void OnLoad(EventArgs e)

URLHandlers.RegisterURLHandler(configuration, currentUser);

Util.Invoke(this, () => Text = $"CKAN {Meta.GetVersion()}");

try
{
splitContainer1.SplitterDistance = configuration.PanelPosition;
Expand Down

0 comments on commit 351fa35

Please sign in to comment.