Explorar o código

configure_ui: Call RequestGameListUpdate when toggling "Show Add-Ons Column"

Kewlan %!s(int64=5) %!d(string=hai) anos
pai
achega
1b4331397b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/yuzu/configuration/configure_ui.cpp

+ 1 - 0
src/yuzu/configuration/configure_ui.cpp

@@ -46,6 +46,7 @@ ConfigureUi::ConfigureUi(QWidget* parent) : QWidget(parent), ui(new Ui::Configur
     SetConfiguration();
     SetConfiguration();
 
 
     // Force game list reload if any of the relevant settings are changed.
     // Force game list reload if any of the relevant settings are changed.
+    connect(ui->show_add_ons, &QCheckBox::stateChanged, this, &ConfigureUi::RequestGameListUpdate);
     connect(ui->icon_size_combobox, QOverload<int>::of(&QComboBox::currentIndexChanged), this,
     connect(ui->icon_size_combobox, QOverload<int>::of(&QComboBox::currentIndexChanged), this,
             &ConfigureUi::RequestGameListUpdate);
             &ConfigureUi::RequestGameListUpdate);
     connect(ui->row_1_text_combobox, QOverload<int>::of(&QComboBox::currentIndexChanged), this,
     connect(ui->row_1_text_combobox, QOverload<int>::of(&QComboBox::currentIndexChanged), this,