mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Warning: Mega graph overhaul
This commit is contained in:
parent
439720c2e3
commit
1e5fc66d0e
@ -83,10 +83,10 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
|
||||
pref["AppName"]="SleepyHead";
|
||||
QString Version=QString("%1.%2.%3").arg(major_version).arg(minor_version).arg(revision_number);
|
||||
//if (pref.Exists("VersionString") && pref["VersionString"]!=Version) {
|
||||
if (pref.Exists("VersionString") && pref["VersionString"]!=Version) {
|
||||
//QMessageBox::warning(this,"Potential Crash 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 things should then work normally.",QMessageBox::Ok);
|
||||
QMessageBox::warning(this,"Notice","Hi, I'm currently in the middle of a large rewrite of graphing system components. Things aren't finished and some features are missing.. The mac/windows scrolling glitches show be gone now, but the new mouse handling isn't complete (ie, things will suck). This annoying message will go away when I'm done with it.",QMessageBox::Ok);
|
||||
//}
|
||||
}
|
||||
pref["VersionString"]=Version;
|
||||
|
||||
if (!pref.Exists("Profile")) pref["Profile"]=getUserName();
|
||||
|
Loading…
Reference in New Issue
Block a user