From 209b1d96b0c5c63ee78601938a32eaa9fa52512e Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 10 Jan 2021 19:20:09 +0200 Subject: Option to show full URL when hovering on a link The URL is shown in the bottom of the page. IssueID #64 --- src/prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/prefs.c') 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) { d->uiScale = 1.0f; /* default set elsewhere */ d->zoomPercent = 100; d->sideIcon = iTrue; - d->hoverOutline = iFalse; + d->hoverLink = iTrue; d->smoothScrolling = iTrue; d->loadImageInsteadOfScrolling = iFalse; d->decodeUserVisibleURLs = iTrue; -- cgit v1.2.3