client: Fix settings migration fallthrough
authorShane Synan <digitalcircuit36939@gmail.com>
Thu, 14 Jun 2018 03:32:55 +0000 (22:32 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 16 Jun 2018 19:20:42 +0000 (21:20 +0200)
Version 8 was not supposed to fall through to version 7.  Fix this.

src/qtui/qtuiapplication.cpp

index 6c744c2..43abf86 100644 (file)
@@ -270,6 +270,7 @@ bool QtUiApplication::applySettingsMigration(QtUiSettings settings, const uint n
         // --------
 
         // Migration complete!
+        return true;
     }
     case 7:
     {