summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index d9b9ea31..3b977dd6 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -226,7 +226,7 @@ MainWindow::MainWindow(Settings &settings
QWebEngineProfile::defaultProfile()->setPersistentStoragePath(settings.paths().cache());
ui->setupUi(this);
- ui->statusBar->setup(ui);
+ ui->statusBar->setup(ui, settings);
{
auto* ni = NexusInterface::instance(&m_PluginContainer);