Skip to content

Commit

Permalink
Merge pull request #489 from deXol/develop
Browse files Browse the repository at this point in the history
Remove category from LoginItem JsonObject for Mini
  • Loading branch information
limpkin authored Nov 10, 2019
2 parents a3ba52c + d46578a commit f5a4c99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/LoginItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ QJsonObject LoginItem::toJson() const
{ "password", p },
{ "description", m_sDescription },
{ "address", addr },
{ "favorite", m_iFavorite },
{ "category", m_iCategory }
{ "favorite", m_iFavorite }
};

if (DeviceDetector::instance().isBle())
Expand Down

0 comments on commit f5a4c99

Please sign in to comment.