summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-04-17 10:01:33 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-04-17 10:01:33 -0400
commitf43c11497df6550ac224e0965b7a07d4c548055b (patch)
tree76bab367f5cc13cb16841aaa30def6f1c903d254 /src/mainwindow.cpp
parent014df88aa874fcfc4c76fd13ad23deddecb7570d (diff)
added game, instance and profile to status bar
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 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)