diff options
| author | Al <gabriel.cortesi@outlook.com> | 2018-12-24 21:22:48 +0100 |
|---|---|---|
| committer | Al <gabriel.cortesi@outlook.com> | 2018-12-24 21:22:48 +0100 |
| commit | 23cf8e60fd7144294ee1ffc013f76d4917518a76 (patch) | |
| tree | f61c67c701965a6f60b6b47e74bfe04c0f1222a1 /src/mainwindow.cpp | |
| parent | d28ddcfbb52394a2a7ac793ad376ea8fd7b514fe (diff) | |
Changed ui of active mod counters
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 74374c2b..657f89bd 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -460,9 +460,8 @@ MainWindow::MainWindow(QSettings &initSettings }
ui->activePluginsCounter->display(m_OrganizerCore.pluginList()->enabledCount());
ui->activeModsCounter->display((int)m_OrganizerCore.currentProfile()->getActiveMods().size());
- qDebug("Plugin enabledCount: %d", m_OrganizerCore.pluginList()->enabledCount());
- qDebug("Mods enabledCount: %d", (int)m_OrganizerCore.currentProfile()->getActiveMods().size());
-
+
+
}
|
