Fix disconnect button for desktop WG (#345)
* Fix disconnect button for desktop WG
This commit is contained in:
parent
af23d9fd14
commit
52400252dd
2 changed files with 2 additions and 1 deletions
|
@ -175,6 +175,7 @@ void LocalSocketController::deactivate() {
|
|||
QJsonObject json;
|
||||
json.insert("type", "deactivate");
|
||||
write(json);
|
||||
emit disconnected();
|
||||
}
|
||||
|
||||
void LocalSocketController::checkStatus() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue