fix: update toolbar when instance state changes

This commit is contained in:
Vance
2022-06-10 10:25:13 +08:00
committed by GitHub
parent 309013efb3
commit 4a261cac1a
2 changed files with 13 additions and 0 deletions

View File

@ -192,6 +192,8 @@ private slots:
void keyReleaseEvent(QKeyEvent *event) override;
#endif
void on_InstanceState_changed(bool running);
private:
void retranslateUi();