Browse Source

Merge pull request #3829

Alice Weigt (1):
      fix(settings): Properly update taskbar on disconnect
reviewable/pr3841/r1
Diadlo 9 years ago
parent
commit
4c020865c6
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
  1. 2
      src/widget/widget.cpp

2
src/widget/widget.cpp

@ -626,7 +626,7 @@ void Widget::onConnected() @@ -626,7 +626,7 @@ void Widget::onConnected()
void Widget::onDisconnected()
{
ui->statusButton->setEnabled(false);
emit statusSet(Status::Offline);
emit Core::getInstance()->statusSet(Status::Offline);
}
void Widget::onFailedToStartCore()

Loading…
Cancel
Save