Skip to content

Commit

Permalink
Qt/AdvancedWidget: Save progressive scan when toggled
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed May 19, 2018
1 parent 72d38ac commit 49f8d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinQt2/Config/Graphics/AdvancedWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ void AdvancedWidget::CreateWidgets()
void AdvancedWidget::ConnectWidgets()
{
connect(m_load_custom_textures, &QCheckBox::toggled, this, &AdvancedWidget::SaveSettings);
connect(m_enable_prog_scan, &QCheckBox::toggled, this, &AdvancedWidget::SaveSettings);
}

void AdvancedWidget::LoadSettings()
Expand Down

0 comments on commit 49f8d5a

Please sign in to comment.