From 1137e9ab552ed2fecb019cc5574826f1dcce5cb7 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 5 Apr 2021 14:26:49 +0300 Subject: Added option to disable bold links IssueID #233 --- src/prefs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/prefs.c') 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) { d->headingFont = nunito_TextFont; d->monospaceGemini = iFalse; d->monospaceGopher = iFalse; + d->boldLinkDark = iTrue; + d->boldLinkLight = iTrue; d->lineWidth = 38; d->bigFirstParagraph = iTrue; d->quoteIcon = iTrue; -- cgit v1.2.3