mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
ignore requested graphics driver on Qt6 for now
This commit is contained in:
parent
a3c7628931
commit
0facadcf91
1 changed files with 4 additions and 0 deletions
|
|
@ -405,6 +405,10 @@ def setupGL(pm: aqt.profiles.ProfileManager) -> None:
|
|||
|
||||
qInstallMessageHandler(msgHandler)
|
||||
|
||||
# ignore set graphics driver on Qt6 for now
|
||||
if qtmajor > 5:
|
||||
return
|
||||
|
||||
if driver == VideoDriver.OpenGL:
|
||||
pass
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue