diff --git a/sleepyhead/Graphs/gGraphView.cpp b/sleepyhead/Graphs/gGraphView.cpp index 05af2081..5b88c264 100644 --- a/sleepyhead/Graphs/gGraphView.cpp +++ b/sleepyhead/Graphs/gGraphView.cpp @@ -1968,9 +1968,8 @@ bool gGraphView::LoadSettings(QString title) in >> t2; - if (t2 != gvversion) { - qDebug() << "gGraphView" << title << "version doesn't match"; - return false; + if (t2 < gvversion) { + qDebug() << "gGraphView" << title << "settings will be upgraded."; } qint16 siz;