summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 71c29f67c4..4db4f4405c 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -960,6 +960,10 @@ void settings_apply(bool read_disk)
960 usb_charging_enable(global_settings.usb_charging); 960 usb_charging_enable(global_settings.usb_charging);
961#endif 961#endif
962 962
963#ifdef HAVE_TOUCHSCREEN
964 touchscreen_set_mode(global_settings.touch_mode);
965#endif
966
963 /* This should stay last */ 967 /* This should stay last */
964#if defined(HAVE_RECORDING) && CONFIG_CODEC == SWCODEC 968#if defined(HAVE_RECORDING) && CONFIG_CODEC == SWCODEC
965 enc_global_settings_apply(); 969 enc_global_settings_apply();