There was an error while loading. Please reload this page.
1 parent aa7a153 commit 499e667Copy full SHA for 499e667
1 file changed
src/gui.c
@@ -138,6 +138,9 @@ VOID HandleStartButton(BOOL Silent)
138
139
HWND item = GetDlgItem(hwnd, /* Start Button */ 1);
140
Button_SetText(item, "&Stop");
141
+
142
+ /* FIXME: the Stop procedure is broken! There should be a stop procedure and not just killing threads. */
143
+ EnableWindow(item, FALSE);
144
item = GetDlgItem(hwnd, 4);
145
SetWindowText(item, "Bridge is running...");
146
IsAlreadyRunning = TRUE;
0 commit comments