diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-05 08:30:58 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-05 08:30:58 -0400 |
| commit | c4d96ed8cfee5c66089f9bdf7c0ce8567aaf46fe (patch) | |
| tree | 11a5f7b561589dc26faf0ba82360ce91d005d901 /src/mainwindow.cpp | |
| parent | 2fe50f2ff366ea850eb70a85c6ea7d6c936bf08a (diff) | |
check the api setting on startup to hide it if needed
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8ab28d22..0a82fcaf 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); |
