From 6f622262948f42886a3f7e602a3b6aa2bb1c6e44 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 28 Mar 2012 00:38:30 +1100 Subject: quickscreen: optionally display the shortcuts menu instead of the QS Adds an option under settings > general settings > system to allow the user to have the shortcuts menu displayed instead of the quick screen. (option is "shortcuts instead of quickscreen" in the .cfg) Change-Id: Id679b461c40ac617629422736d1509384364084d Reviewed-on: http://gerrit.rockbox.org/199 Reviewed-by: Marek Salaba Reviewed-by: Jonathan Gordon --- apps/settings_list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings_list.c') diff --git a/apps/settings_list.c b/apps/settings_list.c index 5acebef2a5..6780c78ed3 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -1830,6 +1830,8 @@ const struct settings_list settings[] = { NULL, "qs bottom", qs_load_from_cfg, qs_write_to_cfg, qs_is_changed, qs_set_default), + OFFON_SETTING(0, shortcuts_replaces_qs, LANG_USE_SHORTCUTS_INSTEAD_OF_QS, + false, "shortcuts instead of quickscreen", NULL), #endif #ifdef HAVE_SPEAKER OFFON_SETTING(0, speaker_enabled, LANG_ENABLE_SPEAKER, false, "speaker", -- cgit v1.2.3