diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/settings.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index 20745873..8fd14c8b 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -183,6 +183,12 @@ void Settings::processUpdates( m_Network.updateFromOldMap(); }); + version({ 2, 4, 0 }, [&] { + // removed + remove(m_Settings, "Settings", "hide_unchecked_plugins"); + remove(m_Settings, "Settings", "load_mechanism"); + }); + //save version in all case set(m_Settings, "General", "version", currentVersion.toString()); |
