diff options
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h index b9c67dc8ea..4761ba4bfc 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -524,8 +524,10 @@ struct user_settings /* voice UI settings */ bool talk_menu; /* enable voice UI */ - int talk_dir; /* talkbox mode: 0=off 1=number 2=clip@enter 3=clip@hover */ - int talk_file; /* voice filename mode: 0=off, 1=number, other t.b.d. */ + int talk_dir; /* voiced directories mode: 0=off 1=number 2=spell */ + bool talk_dir_clip; /* use directory .talk clips */ + int talk_file; /* voice file mode: 0=off, 1=number, 2=spell */ + bool talk_file_clip; /* use file .talk clips */ /* file browser sorting */ int sort_file; /* 0=alpha, 1=date, 2=date (new first), 3=type */ |