feat: Don't hide the settings tab when an instance is running

Signed-off-by: Redson <redson@riseup.net>
This commit is contained in:
Redson
2023-05-10 08:25:13 -03:00
parent ce5bb29c44
commit 37a6ef95f0
2 changed files with 11 additions and 1 deletions

View File

@ -81,6 +81,7 @@ public:
void updateThresholds();
private slots:
void updateRunningStatus(bool running);
void on_javaDetectBtn_clicked();
void on_javaTestBtn_clicked();
void on_javaBrowseBtn_clicked();