mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
0.9.8 version will not introduce any changes in browsedata.db structure
This commit is contained in:
parent
aaad1617a6
commit
3d2549983b
|
@ -560,7 +560,7 @@ bool MainApplication::checkProfileDir()
|
|||
versionFile.write(QupZilla::VERSION.toAscii());
|
||||
versionFile.close();
|
||||
|
||||
if (rData.contains("0.9.6")) // Data not changed from this version
|
||||
if (rData.contains("0.9.6") || rData.contains("0.9.7")) // Data not changed from this version
|
||||
return true;
|
||||
|
||||
dir.mkdir("profiles");
|
||||
|
|
Loading…
Reference in New Issue
Block a user