mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #3829
Alice Weigt (1): fix(settings): Properly update taskbar on disconnect
This commit is contained in:
commit
4c020865c6
|
@ -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…
Reference in New Issue
Block a user