config save

This commit is contained in:
Stanley Dimant
2022-07-13 14:05:27 +02:00
parent ce5b78662a
commit e70001770f

View File

@@ -183,6 +183,9 @@ namespace MareSynchronos
UidServerComments.Remove(kvp.Key); UidServerComments.Remove(kvp.Key);
UidServerComments.Add(newKey, kvp.Value); UidServerComments.Add(newKey, kvp.Value);
} }
Version = 4;
Save();
} }
} }
} }