mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 13:49:04 -04:00
fix stop button being wrongly disabled
This commit is contained in:
parent
fe5ec8bda8
commit
65ab68b4f7
1 changed files with 1 additions and 1 deletions
|
@ -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("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue