diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-12-28 20:13:31 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-28 20:13:31 -0600 |
| commit | eb50d0b44773f17fd8edccd557b7a2135c2cdb76 (patch) | |
| tree | fe3cffdd8797f99ad869166af6606f958cb02b86 /src | |
| parent | f6884fe3d680b984e6ca117a0b479107bccf83e5 (diff) | |
Update counters when changing profiles
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 5d8002bd..27ffc71e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1194,6 +1194,8 @@ void MainWindow::activateSelectedProfile() refreshSaveList();
m_OrganizerCore.refreshModList();
+ updateModCount();
+ updatePluginCount();
}
void MainWindow::on_profileBox_currentIndexChanged(int index)
|
