diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-06 16:04:59 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-06 16:04:59 +0200 |
commit | 6ffe005a8ad62fb5ecdd5fc6d63f914b9c45142c (patch) | |
tree | 69f4b088a2326807d92e7bdd63c78135f894785a /src/prefs.h | |
parent | a4a7a75cd70d41e45f12afbaba0b0bb3faa5dfd3 (diff) |
Added an option to disable smooth scrolling
IssueID #27
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
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) | |||
35 | struct Impl_Prefs { | 35 | struct Impl_Prefs { |
36 | int dialogTab; | 36 | int dialogTab; |
37 | iBool retainWindowSize; | 37 | iBool retainWindowSize; |
38 | float uiScale; | 38 | float uiScale; |
39 | int zoomPercent; | 39 | int zoomPercent; |
40 | iBool smoothScrolling; | ||
40 | iBool useSystemTheme; | 41 | iBool useSystemTheme; |
41 | enum iColorTheme theme; | 42 | enum iColorTheme theme; |
42 | iString gopherProxy; | 43 | iString gopherProxy; |