From 790a2c49a0290ce872ec8929b063337eacde9880 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 26 Sep 2020 12:56:07 +0300 Subject: Preferences: Added side icon, hover outline --- src/prefs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/prefs.h') 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 { int lineWidth; iBool bigFirstParagraph; iBool forceLineWrap; + iBool sideIcon; + iBool hoverOutline; enum iGmDocumentTheme docThemeDark; enum iGmDocumentTheme docThemeLight; float saturation; -- cgit v1.2.3