mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Skip updates check on new version
This commit is contained in:
parent
792dd88af4
commit
013ae7470b
1
main.cpp
1
main.cpp
@ -111,6 +111,7 @@ int main(int argc, char *argv[])
|
||||
QString V=PREF["VersionString"].toString();
|
||||
if (V!=Version) {
|
||||
QMessageBox::warning(0,"New Version Warning","This is a new version of SleepyHead. If you experience a crash right after clicking Ok, you will need to manually delete the SleepApp folder (it's located in your Documents folder) and reimport your data. After this things should work normally.",QMessageBox::Ok);
|
||||
check_updates=false;
|
||||
}
|
||||
}
|
||||
ProfileSelect profsel(0);
|
||||
|
Loading…
Reference in New Issue
Block a user