@ -89,10 +89,8 @@ void ProfileUpdater::updateProfile(const QString ¤t, const QString &profil
return;
}
// 1.3.5 - 1.4.1 = no changes
if (prof == Updater::Version("1.3.5")
|| prof == Updater::Version("1.4.0")
|| prof == Updater::Version("1.4.1")) {
// 1.3.5, 1.4.x = no changes
if (prof >= Updater::Version("1.3.5") && prof < Updater::Version("1.5.0")) {