diff options
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index ce957327..f51d0a4c 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -77,6 +77,7 @@ typedef struct { int32_t font_max_size; int32_t font_min_size; int32_t scroll_step; + bool_t scrollbar_on_left; bool_t show_back; bool_t show_forw; bool_t show_home; |