aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Skec <skec@protonmail.ch>2021-02-27 10:27:14 +1100
committerFelix Queißner <felix@ib-queissner.de>2021-02-27 11:47:39 +0100
commit562938e11feeba71da36fd46663a3034f82839cb (patch)
treed989a376befecce5c99f725a09c234653b4561f9 /src
parent414c4aa0a78f567380d4bdb40d55f607e321df4d (diff)
downloadkristall-562938e11feeba71da36fd46663a3034f82839cb.tar.gz
help.gemini: add emoji preference info
Diffstat (limited to 'src')
-rw-r--r--src/about/help.gemini2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/about/help.gemini b/src/about/help.gemini
index a591223..6a5593d 100644
--- a/src/about/help.gemini
+++ b/src/about/help.gemini
@@ -132,6 +132,8 @@ with fancy Unicode quotes, which include the following:
```
This is a purely cosmetic feature that may aid in readability.
+[Render emojis] allows you to toggle whether to render emojis using installed emoji fonts. Disabling this can help prevent text rendering issues due to emojis. Note that emojis are only supported in Kristall builds with Qt 5.13 or later.
+
[Max. Number of Redirections] is a setting that allows you to restrict sites to redirect you only a certain number of times before erroring out. Setting this to 0 will disable redirections completely, displaying an error with the target URL.
[Redirection Handling] allows you to fine-tune the way Kristall allows redirections. Each of the options defines if Kristall should ask you to allow the redirect or do it silently. [Ask for cross-scheme redirection] will pop up a message box if a host tries to redirect you from one URL scheme to another, e.g. when a web server redirects you from HTTP to HTTPS. [Ask for cross-host redirection] will pop up the message box for all redirections through host boundaries, e.g. when example.com redirects you to www.example.com. [Ask for cross-scheme or cross-host redirection] will enable both of the previous behaviours, asking when any cross-boundary redirection happens. [Ask for all redirections] will pop up a message box every time a server tries to redirect you, keeping you in full control over all redirections. [Silently redirect everything] is the exact oppositve of that, accepting all redirections without warning or notice.