Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LimitLost committed Feb 25, 2020
1 parent 14262c9 commit 2144daa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ResourceHubLauncher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public partial class MainForm : MetroForm {
ModButtonList modsButtons= new ModButtonList();

//TODO Issue Images in PictureBoxes are not shown

//TODO Issue ModButtons theme changing is not working properly after refresh

public MainForm() {
InitializeComponent();
Expand Down Expand Up @@ -128,6 +128,7 @@ public partial class MainForm : MetroForm {

metroButton6.Enabled = false;
MainForm_Load(sender, e);

metroButton6.Enabled = true;
RefreshPanel.Visible = false;
}
Expand Down

0 comments on commit 2144daa

Please sign in to comment.