diff --git a/aqt/profiles.py b/aqt/profiles.py index 69f4e7c29..55e2bce38 100644 --- a/aqt/profiles.py +++ b/aqt/profiles.py @@ -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()