mainwindowlayoutinfo: don't skip old versions

This commit is contained in:
itsmattkc
2023-02-20 14:56:57 -08:00
parent 17867f0db5
commit 2d83beb2c6
@@ -74,7 +74,6 @@ MainWindowLayoutInfo MainWindowLayoutInfo::fromXml(QXmlStreamReader *reader, con
// Really basic version checking, in the future we may use this to parse multiple versions
if (file_version != kVersion) {
return info;
}
while (XMLReadNextStartElement(reader)) {