diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 10:01:33 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 10:01:33 -0400 |
| commit | f43c11497df6550ac224e0965b7a07d4c548055b (patch) | |
| tree | 76bab367f5cc13cb16841aaa30def6f1c903d254 /src/mainwindow.cpp | |
| parent | 014df88aa874fcfc4c76fd13ad23deddecb7570d (diff) | |
added game, instance and profile to status bar
Diffstat (limited to 'src/mainwindow.cpp')
| -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 cac9a0b9..df1063ba 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -523,6 +523,7 @@ MainWindow::MainWindow(Settings &settings updatePluginCount(); updateModCount(); processUpdates(); + ui->statusBar->updateNormalMessage(m_OrganizerCore); } void MainWindow::setupModList() @@ -1699,6 +1700,7 @@ void MainWindow::activateSelectedProfile() m_OrganizerCore.refreshModList(); updateModCount(); updatePluginCount(); + ui->statusBar->updateNormalMessage(m_OrganizerCore); } void MainWindow::on_profileBox_currentIndexChanged(int index) |
