mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +00:00
Remove BrokenGL2 nag on startup after first show
This commit is contained in:
parent
9aee5a328d
commit
6a13b6dcec
@ -195,7 +195,6 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
#else
|
||||
settings.remove("Settings/BrokenGL2");
|
||||
if (QSysInfo::windowsVersion() > QSysInfo::WV_VISTA) {
|
||||
if (!settings.contains("Settings/BrokenGL2")) {
|
||||
QMessageBox::information(nullptr, QObject::tr("A faster build may be available"),
|
||||
|
Loading…
Reference in New Issue
Block a user