We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2084a83 commit 1d63872Copy full SHA for 1d63872
loader/main.cpp
@@ -78,7 +78,7 @@ BOOL CALLBACK WindowToForeground(HWND hwnd, LPARAM lParam) {
78
// Bring the window to the foreground
79
if (title.rfind(L"OBS ", 0) == 0) { // the main OBS window title starts with 'OBS '
80
SetForegroundWindow(hwnd);
81
- ShowWindow(hwnd, SW_RESTORE);
+ ShowWindow(hwnd, SW_SHOW);
82
return FALSE; // Stop enumerating windows (we found the window)
83
}
84
0 commit comments