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.h | |
parent | cc35373ce184f6aedb2f92979ed162710c7b4840 (diff) |
Added option to disable bold links
IssueID #233
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 232c6fc3..6be7fd41 100644 --- a/src/prefs.h +++ b/src/prefs.h | |||
@@ -71,6 +71,8 @@ struct Impl_Prefs { | |||
71 | enum iTextFont headingFont; | 71 | enum iTextFont headingFont; |
72 | iBool monospaceGemini; | 72 | iBool monospaceGemini; |
73 | iBool monospaceGopher; | 73 | iBool monospaceGopher; |
74 | iBool boldLinkDark; | ||
75 | iBool boldLinkLight; | ||
74 | int lineWidth; | 76 | int lineWidth; |
75 | iBool bigFirstParagraph; | 77 | iBool bigFirstParagraph; |
76 | iBool quoteIcon; | 78 | iBool quoteIcon; |