fix stop button being wrongly disabled

This commit is contained in:
sehraf 2017-06-15 07:20:24 +02:00
parent fe5ec8bda8
commit 65ab68b4f7

View File

@ -1635,7 +1635,7 @@ void ServerPage::updateStatusBob()
ui.pbBobStart->setToolTip("BOB is not accessible");
ui.pbBobRestart->setEnabled(false);
ui.pbBobRestart->setToolTip("BOB is not accessible");
ui.pbBobStop->setEnabled(false);
// don't disable the stop button! (in case bob is running you are otherwise unable to stop and disable it)
ui.pbBobStop->setToolTip("BOB is not accessible");
} else {
ui.pbBobStart->setToolTip("");