Update plugins/proxy/proxy.cpp

This commit is contained in:
张圆圆 2022-10-13 05:59:14 +00:00
parent 38e7bc50fb
commit 9efb55180b
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ bool Proxy::getAppProxyState()
QDBusReply<bool> reply = m_appProxyDbus->call("getProxyStateDbus");
if (!reply.isValid()) {
return -1;
return false;
}
state = reply;