summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-10 19:20:09 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-10 19:21:05 +0200
commit209b1d96b0c5c63ee78601938a32eaa9fa52512e (patch)
tree9597d8ab54d3029096b88cff2a5379d29668499b /src/prefs.h
parent5472891b5711138d3c54bd90508720a935c36de7 (diff)
Option to show full URL when hovering on a link
The URL is shown in the bottom of the page. IssueID #64
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.h b/src/prefs.h
index e95a32da..07298eac 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -44,7 +44,7 @@ struct Impl_Prefs {
44 iBool sideIcon; 44 iBool sideIcon;
45 /* Behavior */ 45 /* Behavior */
46 iString downloadDir; 46 iString downloadDir;
47 iBool hoverOutline; 47 iBool hoverLink;
48 iBool smoothScrolling; 48 iBool smoothScrolling;
49 iBool loadImageInsteadOfScrolling; 49 iBool loadImageInsteadOfScrolling;
50 /* Network */ 50 /* Network */