From 013ae7470b766b617efa1bc60f231f724cc3e22a Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 30 Oct 2011 20:44:30 +1000 Subject: [PATCH] Skip updates check on new version --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 0e5905b0..b2de19f4 100644 --- a/main.cpp +++ b/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);