summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index ce7421d95e..4374cc720b 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -761,6 +761,9 @@ struct user_settings
761 bool sleeptimer_on_startup; 761 bool sleeptimer_on_startup;
762 bool keypress_restarts_sleeptimer; 762 bool keypress_restarts_sleeptimer;
763 763
764 bool show_shutdown_message; /* toggle whether display lights up and displays message
765 when shutting down */
766
764#ifdef HAVE_MORSE_INPUT 767#ifdef HAVE_MORSE_INPUT
765 bool morse_input; /* text input method setting */ 768 bool morse_input; /* text input method setting */
766#endif 769#endif