summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-28 20:13:31 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-28 20:13:31 -0600
commiteb50d0b44773f17fd8edccd557b7a2135c2cdb76 (patch)
treefe3cffdd8797f99ad869166af6606f958cb02b86 /src/mainwindow.cpp
parentf6884fe3d680b984e6ca117a0b479107bccf83e5 (diff)
Update counters when changing profiles
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
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)