core: add QS_DROP_EXPENSIVE_FONTS env var

This commit is contained in:
outfoxxed 2026-04-08 01:35:15 -07:00
parent f0d0216b3d
commit 7208f68bb7
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 12 additions and 10 deletions

View file

@ -43,7 +43,7 @@ set shell id.
- Added `QS_DISABLE_CRASH_HANDLER` environment variable to disable crash handling.
- Added `QS_CRASHREPORT_URL` environment variable to allow overriding the crash reporter link.
- Added `AppId` pragma and `QS_APP_ID` environment variable to allow overriding the desktop application ID.
- Added `DropExpensiveFonts` pragma which avoids loading fonts which may cause lag and excessive memory usage if many variants are used.
- Added `DropExpensiveFonts` pragma and `QS_DROP_EXPENSIVE_FONTS` environment variable which avoids loading fonts which may cause lag and excessive memory usage if many variants are used.
- Unrecognized pragmas are no longer a hard error for future backward compatibility.
## Bug Fixes