summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.c b/src/prefs.c
index 31ffe03b..188938a2 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -30,7 +30,7 @@ void init_Prefs(iPrefs *d) {
30 d->uiScale = 1.0f; /* default set elsewhere */ 30 d->uiScale = 1.0f; /* default set elsewhere */
31 d->zoomPercent = 100; 31 d->zoomPercent = 100;
32 d->sideIcon = iTrue; 32 d->sideIcon = iTrue;
33 d->hoverOutline = iFalse; 33 d->hoverLink = iTrue;
34 d->smoothScrolling = iTrue; 34 d->smoothScrolling = iTrue;
35 d->loadImageInsteadOfScrolling = iFalse; 35 d->loadImageInsteadOfScrolling = iFalse;
36 d->decodeUserVisibleURLs = iTrue; 36 d->decodeUserVisibleURLs = iTrue;