From 0c4fc5d9189510ff88369709f018afc550aa0b54 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 20 Feb 2021 08:33:15 +0200 Subject: iOS: Tweaks and changes for phone mode Phone mode uses a modified user interface. Work in progress... --- src/prefs.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/prefs.c') diff --git a/src/prefs.c b/src/prefs.c index 9d89f2f5..056ae267 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -52,6 +52,9 @@ void init_Prefs(iPrefs *d) { init_String(&d->httpProxy); init_String(&d->downloadDir); init_String(&d->searchUrl); +#if defined (iPlatformAppleMobile) + d->hoverLink = iFalse; +#endif } void deinit_Prefs(iPrefs *d) { -- cgit v1.2.3