From da212968ca404dd1840dc39a8c8cf41090a551a7 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sun, 8 Sep 2019 03:10:43 -0400 Subject: change the old servers map while processing updates instead of on-demand statusbar_visible is not used anymore --- src/settings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/settings.h') 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: -- cgit v1.3.1