Update the UI's status element if the status changed externally (#126)

This commit is contained in:
WarmUpTill
2021-02-20 18:58:07 +01:00
committed by GitHub
parent f4902933ab
commit 499ba7dd21
2 changed files with 25 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ class AdvSceneSwitcher : public QDialog {
public:
std::unique_ptr<Ui_AdvSceneSwitcher> ui;
bool loading = true;
bool currentStatusActive = false;
AdvSceneSwitcher(QWidget *parent);
@@ -219,6 +220,7 @@ public slots:
void on_threadPriority_currentTextChanged(const QString &text);
void updateScreenRegionCursorPos();
void updateStatus();
void on_close_clicked();