mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
fixed map resave after update
This commit is contained in:
@@ -635,10 +635,12 @@ namespace {
|
||||
_storageMap = storageMap;
|
||||
_storageFilesSize = storageFilesSize;
|
||||
_locationsKey = locationsKey;
|
||||
_mapChanged = false;
|
||||
_oldMapVersion = mapData.version;
|
||||
if (_oldMapVersion < AppVersion) {
|
||||
_mapChanged = true;
|
||||
_writeMap();
|
||||
} else {
|
||||
_mapChanged = false;
|
||||
}
|
||||
|
||||
if (_locationsKey) {
|
||||
|
Reference in New Issue
Block a user