From 6ffe005a8ad62fb5ecdd5fc6d63f914b9c45142c Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 6 Nov 2020 16:04:59 +0200 Subject: Added an option to disable smooth scrolling IssueID #27 --- src/prefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/prefs.h') diff --git a/src/prefs.h b/src/prefs.h index eadfea64..bf642600 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -35,8 +35,9 @@ iDeclareType(Prefs) struct Impl_Prefs { int dialogTab; iBool retainWindowSize; - float uiScale; + float uiScale; int zoomPercent; + iBool smoothScrolling; iBool useSystemTheme; enum iColorTheme theme; iString gopherProxy; -- cgit v1.2.3