summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 315824cd9e..ddc3aca599 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -208,6 +208,10 @@ struct user_settings
208 bool talk_menu; /* enable voice UI */ 208 bool talk_menu; /* enable voice UI */
209 int talk_dir; /* talkbox mode: 0=off 1=number 2=clip@enter 3=clip@hover */ 209 int talk_dir; /* talkbox mode: 0=off 1=number 2=clip@enter 3=clip@hover */
210 int talk_file; /* voice filename mode: 0=off, 1=number, other t.b.d. */ 210 int talk_file; /* voice filename mode: 0=off, 1=number, other t.b.d. */
211
212 /* file browser sorting */
213 int sort_file; /* 0=alpha, 1=date, 2=date (new first), 3=type */
214 int sort_dir; /* 0=alpha, 1=date (old first), 2=date (new first) */
211}; 215};
212 216
213enum optiontype { INT, BOOL }; 217enum optiontype { INT, BOOL };