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/statusbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statusbar.h') diff --git a/src/statusbar.h b/src/statusbar.h index 442b9acf..3da45d41 100644 --- a/src/statusbar.h +++ b/src/statusbar.h @@ -34,7 +34,7 @@ class StatusBar : public QStatusBar public: StatusBar(QWidget* parent=nullptr); - void setup(Ui::MainWindow* ui); + void setup(Ui::MainWindow* ui, const Settings& settings); void setProgress(int percent); void setNotifications(bool hasNotifications); -- cgit v1.3.1