diff options
author | Tobias Weimer <tweimer@users.noreply.github.com> | 2017-08-27 10:25:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-27 10:25:04 +0200 |
commit | e989fc19ec5abb03075987525acab7f04e9b0e33 (patch) | |
tree | dc0ce928a7dd2f2b8ee11b6ff37610b4e91e0319 | |
parent | 5a7a361af0e4a5fe356f457d957b4bae240eb137 (diff) |
mirandaboot.ini:
- added DpiAware setting
-rw-r--r-- | docs/mirandaboot.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index db93f3ce43..aaa4f1b7a2 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.ini @@ -128,3 +128,10 @@ AskAboutIgnoredPlugins=0 ; "default": Built-in English language
; DefaultLanguage=langpack_german.txt
DefaultLanguage=
+
+; interface related settings
+[Interface]
+
+;DpiAware
+;enables HiDPI ("Retina Display") support. Experimental!
+DpiAware=0
|