move connection item to own class, add verified check icon

also try and fix build
This commit is contained in:
ouwou
2021-02-05 01:32:08 -05:00
parent 64adcffe42
commit c827bd4943
4 changed files with 88 additions and 52 deletions

View File

@@ -464,7 +464,7 @@ struct UserNoteObject {
struct UserSetNoteObject {
std::string Note;
friend void to_json(nlohmann::json &j, UserSetNoteObject &m);
friend void to_json(nlohmann::json &j, const UserSetNoteObject &m);
};
struct UserNoteUpdateMessage {