summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index 50dd1969..13b91568 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -35,6 +35,8 @@ iDeclareType(Prefs)
35struct Impl_Prefs { 35struct Impl_Prefs {
36 /* UI state */ 36 /* UI state */
37 int dialogTab; 37 int dialogTab;
38 int langFrom;
39 int langTo;
38 /* Window */ 40 /* Window */
39 iBool useSystemTheme; 41 iBool useSystemTheme;
40 enum iColorTheme theme; 42 enum iColorTheme theme;