diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-05 14:26:49 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-05 14:26:49 +0300 |
commit | 1137e9ab552ed2fecb019cc5574826f1dcce5cb7 (patch) | |
tree | bc727e677a8a4b15dd40f9141cdc80c4c52a8aa0 /src/prefs.c | |
parent | cc35373ce184f6aedb2f92979ed162710c7b4840 (diff) |
Added option to disable bold links
IssueID #233
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c index bb0bb3ee..4c1d8dc2 100644 --- a/src/prefs.c +++ b/src/prefs.c | |||
@@ -47,6 +47,8 @@ void init_Prefs(iPrefs *d) { | |||
47 | d->headingFont = nunito_TextFont; | 47 | d->headingFont = nunito_TextFont; |
48 | d->monospaceGemini = iFalse; | 48 | d->monospaceGemini = iFalse; |
49 | d->monospaceGopher = iFalse; | 49 | d->monospaceGopher = iFalse; |
50 | d->boldLinkDark = iTrue; | ||
51 | d->boldLinkLight = iTrue; | ||
50 | d->lineWidth = 38; | 52 | d->lineWidth = 38; |
51 | d->bigFirstParagraph = iTrue; | 53 | d->bigFirstParagraph = iTrue; |
52 | d->quoteIcon = iTrue; | 54 | d->quoteIcon = iTrue; |