mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Revert "default to GL mode auto on qt 5.12"
This reverts commit d7760d9831
.
unfortunately there still appear to be widespread issues on qt 5.12
This commit is contained in:
parent
2a539cda1b
commit
e41c399954
1 changed files with 1 additions and 4 deletions
|
@ -425,10 +425,7 @@ please see:
|
|||
|
||||
path = self._glPath()
|
||||
if not os.path.exists(path):
|
||||
if qtminor >= 12:
|
||||
return "auto"
|
||||
else:
|
||||
return "software"
|
||||
return "software"
|
||||
|
||||
mode = open(path, "r").read().strip()
|
||||
|
||||
|
|
Loading…
Reference in a new issue