From 2f9e203058df442921fc0151ddc5fe9b68b87935 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 21 Mar 2021 14:29:51 +0200 Subject: iOS: Save to Files; hide toolbar on scroll There is no downloads directory on mobile. Instead, the downloaded file is temporarily cached and given to the iOS document picker to export. Added an option to hide the bottom toolbar while scrolling down. --- src/prefs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs.c') diff --git a/src/prefs.c b/src/prefs.c index b9b59836..a4f12e20 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -36,6 +36,7 @@ void init_Prefs(iPrefs *d) { d->uiScale = 1.0f; /* default set elsewhere */ d->zoomPercent = 100; d->sideIcon = iTrue; + d->hideToolbarOnScroll = iTrue; d->hoverLink = iTrue; d->smoothScrolling = iTrue; d->loadImageInsteadOfScrolling = iFalse; -- cgit v1.2.3