mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Bugfix.
This commit is contained in:
@@ -72,7 +72,7 @@ Json::Value LocalAccount::getJson() const
|
||||
ret["IsLocked"] = mFamily->isLocked();
|
||||
|
||||
AccountState::pointer as = getAccountState();
|
||||
if (as) ret["Account"] = "None";
|
||||
if (!as) ret["Account"] = "None";
|
||||
else
|
||||
{
|
||||
Json::Value acct(Json::objectValue);
|
||||
|
||||
Reference in New Issue
Block a user