diff options
-rw-r--r-- | vcl/README.vars.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/README.vars.md b/vcl/README.vars.md index 5d16941aaa6b..44764cbb0a14 100644 --- a/vcl/README.vars.md +++ b/vcl/README.vars.md @@ -7,7 +7,7 @@ These are the general environment variables used in the VCL: * `SAL_USE_VCLPLUGIN` - use a VCL plugin * `SAL_RTL_ENABLED` - Enable RTL UI * `SAL_NO_NWF` - disable native widgets -* `SAL_FORCEDPI` - force a specific DPI (gtk3 & qt5/kf5 plugins only) +* `SAL_FORCEDPI` - force a specific DPI (gen, gtk3/gtk4, qt5/qt6/kf5/kf6 plugins only) * `SAL_FORCE_HC` - force high-contrast mode * `SAL_USE_SYSTEM_LOOP` - calls std::abort on nested event loop calls. Currently just for Qt with many crashes. WIP. |