diff options
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index 8800788..eba592a 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -798,6 +798,10 @@ struct user_settings int compressor_release_time; #endif +#ifdef HAVE_MORSE_INPUT + bool morse_input; /* text input method setting */ +#endif + }; /** global variables **/ |