summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-11 18:54:59 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-11 18:54:59 +0300
commitc490862b7fb04550364ce98f98b9e4d1fcaa13b8 (patch)
treed3384f4a1623bd448a66ab34ecf7901ba20c2d83 /src/prefs.h
parenteb357db5822822c36c395080dac22230efdc54fd (diff)
Preferences: Add bookmarks to bottom/top
IssueID #358
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index 3431305d..dc233cdc 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -81,6 +81,7 @@ struct Impl_Prefs {
81 iBool loadImageInsteadOfScrolling; 81 iBool loadImageInsteadOfScrolling;
82 iBool collapsePreOnLoad; 82 iBool collapsePreOnLoad;
83 iBool openArchiveIndexPages; 83 iBool openArchiveIndexPages;
84 iBool addBookmarksToBottom;
84 /* Network */ 85 /* Network */
85 iBool decodeUserVisibleURLs; 86 iBool decodeUserVisibleURLs;
86 int maxCacheSize; /* MB */ 87 int maxCacheSize; /* MB */