mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2026-07-27 13:58:24 -07:00
fixed nexus state not being updated
This commit is contained in:
@@ -346,6 +346,8 @@ NexusSettingsTab::NexusSettingsTab(Settings& s, SettingsDialog& d)
|
||||
|
||||
QObject::connect(ui->clearCacheButton, &QPushButton::clicked, [&]{ on_clearCacheButton_clicked(); });
|
||||
QObject::connect(ui->associateButton, &QPushButton::clicked, [&]{ on_associateButton_clicked(); });
|
||||
|
||||
updateNexusData();
|
||||
}
|
||||
|
||||
void NexusSettingsTab::update()
|
||||
|
||||
Reference in New Issue
Block a user