forked from organicmaps/organicmaps
[editor] Call Notes::Save from Notes::Upload.
This commit is contained in:
parent
0e6ffbccc6
commit
e6d7aa11e2
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ void Notes::Upload(osm::OsmOAuth const & auth)
|
|||
|
||||
lock_guard<mutex> g(self->m_mu);
|
||||
self->m_notes.insert(end(self->m_notes), begin(unuploaded), end(unuploaded));
|
||||
self->Save();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue