Qt/EnhancementsWidget: Fix missing / duplicate anaglyph options

This commit is contained in:
spycrab 2018-05-26 17:52:28 +02:00
parent 30aa291e83
commit d3eff93140
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ void EnhancementsWidget::LoadSettings()
bool has_3dvision = m_3d_mode->count() == 6;
if (has_3dvision && !supports_3dvision)
m_3d_mode->removeItem(4);
m_3d_mode->removeItem(5);
if (!has_3dvision && supports_3dvision)
m_3d_mode->addItem(tr("NVIDIA 3D Vision"));