1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
tux3 2015-11-08 02:28:24 +01:00
parent 523e419adf
commit d1565188ac
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -194,6 +194,11 @@ void AVForm::updateVideoModes(int curIndex)
bodyUI->videoModescomboBox->setUpdatesEnabled(true);
bodyUI->videoModescomboBox->setCurrentIndex(0);
}
else
{
// We don't have any video modes, open it with the default mode
camera.open(devName);
}
}
}