Skip to content

Commit 5a8d2e0

Browse files
committed
fix: restart button state
1 parent 8115351 commit 5a8d2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GDPIControl/FormMain.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ private void UIState(bool state)
116116
B_Restart.Enabled = state;
117117
B_Start.Enabled = state;
118118
B_Close.Enabled = state;
119+
if (state) { RefreshUI(); }
119120
}
120121

121122
#region UIEvents

0 commit comments

Comments
 (0)