mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
ProfileManager: Only warn when using profile from QupZilla 1.x
This commit is contained in:
parent
d5b50edc1e
commit
e9d1771114
|
@ -188,8 +188,7 @@ void ProfileManager::updateProfile(const QString ¤t, const QString &profil
|
|||
Updater::Version prof(profile);
|
||||
|
||||
if (prof < Updater::Version("1.9.0")) {
|
||||
std::cout << "QupZilla: Incompatible profile version detected (" << qPrintable(profile) << "), overwriting profile data..." << std::endl;
|
||||
copyDataToProfile();
|
||||
std::cout << "QupZilla: Using profile from QupZilla " << qPrintable(profile) << " is not supported!" << std::endl;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user