diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-08 03:10:43 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-08 03:10:43 -0400 |
| commit | da212968ca404dd1840dc39a8c8cf41090a551a7 (patch) | |
| tree | 5051465bb8b4e06f704a3ff0aa2b994f459b100b /src/settings.h | |
| parent | 4df40baea64d2355f4cb976aaf00f651e7cb4f60 (diff) | |
change the old servers map while processing updates instead of on-demand
statusbar_visible is not used anymore
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 9dccf41d..91b87e29 100644 --- a/src/settings.h +++ b/src/settings.h @@ -443,6 +443,10 @@ public: // void updateServers(ServerList servers); + // for 2.2.1 and before, rewrites the old byte array map to the new format + // + void updateFromOldMap(); + void dump() const; private: |
