2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

fixed unread loading, fixed map rewrite in new version - 0.6.19

This commit is contained in:
John Preston
2014-12-13 01:32:06 +03:00
parent 21460d59fb
commit 3a73ece59d
8 changed files with 19 additions and 17 deletions

View File

@@ -637,6 +637,9 @@ namespace {
_locationsKey = locationsKey;
_mapChanged = false;
_oldMapVersion = mapData.version;
if (_oldMapVersion < AppVersion) {
_writeMap();
}
if (_locationsKey) {
_readLocations();