Skip to content

Commit

Permalink
fix: restart button state
Browse files Browse the repository at this point in the history
  • Loading branch information
Virenbar committed Jul 23, 2024
1 parent 8115351 commit 5a8d2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GDPIControl/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ private void UIState(bool state)
B_Restart.Enabled = state;
B_Start.Enabled = state;
B_Close.Enabled = state;
if (state) { RefreshUI(); }
}

#region UIEvents
Expand Down

0 comments on commit 5a8d2e0

Please sign in to comment.