mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
1c2b271716
commit
6e165ceb47
|
@ -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