mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix #2527
This commit is contained in:
parent
523e419adf
commit
d1565188ac
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user