diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-26 12:56:07 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-26 12:56:07 +0300 |
commit | 790a2c49a0290ce872ec8929b063337eacde9880 (patch) | |
tree | d4bcc54ece3b4bec58fad9f1920ed2ca0c70c6b8 /src/prefs.h | |
parent | 84d3089735bd81a9d628acf416b481f2535765cf (diff) |
Preferences: Added side icon, hover outline
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 42ccff85..324fb6fd 100644 --- a/src/prefs.h +++ b/src/prefs.h | |||
@@ -23,6 +23,8 @@ struct Impl_Prefs { | |||
23 | int lineWidth; | 23 | int lineWidth; |
24 | iBool bigFirstParagraph; | 24 | iBool bigFirstParagraph; |
25 | iBool forceLineWrap; | 25 | iBool forceLineWrap; |
26 | iBool sideIcon; | ||
27 | iBool hoverOutline; | ||
26 | enum iGmDocumentTheme docThemeDark; | 28 | enum iGmDocumentTheme docThemeDark; |
27 | enum iGmDocumentTheme docThemeLight; | 29 | enum iGmDocumentTheme docThemeLight; |
28 | float saturation; | 30 | float saturation; |