Skip to content

Commit cbbfe2e

Browse files
committed
menus: VideoModes: don't show test mode dialog by default
1 parent b2133dd commit cbbfe2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menus/VideoModes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ UI_VidModes_SetConfig
234234
*/
235235
void CMenuVidModes::SetConfig( )
236236
{
237-
bool testMode = true;
237+
bool testMode = false;
238238
int currentWindowModeIndex = windowMode.GetCurrentValue();
239239
int currentModeIndex = vidList.GetCurrentIndex();
240240
bool isVidModeChanged = prevMode != currentModeIndex;

0 commit comments

Comments
 (0)