Skip to content

Commit

Permalink
Fix Http Server Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
marcussacana committed May 30, 2022
1 parent 03176f3 commit 54e6d5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static string MainExecutable

const string UpdateList = "Update.ini";

public static Version CurrentVersion = new Version("6.0.9");
public static Version CurrentVersion = new Version("6.0.10");

public static Version? LastVersion = null;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ await MessageBox.ShowAsync(
Model.PKGParams = Info.Params;

IconBox.Source = Info.Icon;

Parent.BringIntoView();
Parent.Focus();

btnLoad.Content = "Install";
}
Expand Down
2 changes: 1 addition & 1 deletion HttpServerLite

0 comments on commit 54e6d5d

Please sign in to comment.