diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 436334aec..9e2062240 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -1153,6 +1153,11 @@ void CNeutrinoApp::upgradeSetup(const char * fname) if (g_settings.mode_icons_flag[4].empty()) g_settings.mode_icons_flag[4] = FLAGDIR "/.update"; } + if (g_settings.version_pseudo < "20170913110000") + { + //remove easymenu + configfile.deleteKey("easymenu"); + } g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO; configfile.setString("version_pseudo", g_settings.version_pseudo); diff --git a/version_pseudo.h b/version_pseudo.h index 5540dd3fd..d32ebccc9 100644 --- a/version_pseudo.h +++ b/version_pseudo.h @@ -1 +1 @@ -#define NEUTRINO_VERSION_PSEUDO "20170904080000" +#define NEUTRINO_VERSION_PSEUDO "20170913110000"