From c4d96ed8cfee5c66089f9bdf7c0ce8567aaf46fe Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sat, 5 Oct 2019 08:30:58 -0400 Subject: check the api setting on startup to hide it if needed --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') 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); -- cgit v1.3.1