diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-03-09 10:56:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 10:56:05 +0100 |
commit | ab585be885f2f55155ceaa4628721e86bae7eb37 (patch) | |
tree | 6b7301be564497edba791fb17485c917e53d65d5 /doc/classes | |
parent | 28ec24473aca0aa0a6c84f7f7cf7e1e46cc17706 (diff) | |
parent | f34c7982c546748c7649e76f8e605ae5ca7a17a8 (diff) |
Merge pull request #46801 from Faless/js/4.x_allow_hidpi
[HTML5] Respect allow_hidpi option during setup
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/ProjectSettings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 03a88fd86c..3aa3e12e74 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -488,7 +488,7 @@ Position offset for tooltips, relative to the mouse cursor's hotspot. </member> <member name="display/window/dpi/allow_hidpi" type="bool" setter="" getter="" default="false"> - If [code]true[/code], allows HiDPI display on Windows and macOS. This setting has no effect on desktop Linux, as DPI-awareness fallbacks are not supported there. + If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 platform. This setting has no effect on desktop Linux, as DPI-awareness fallbacks are not supported there. </member> <member name="display/window/energy_saving/keep_screen_on" type="bool" setter="" getter="" default="true"> If [code]true[/code], keeps the screen on (even in case of inactivity), so the screensaver does not take over. Works on desktop and mobile platforms. |