mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 19:53:18 -04:00
Eliminate default browser setting (e881655)
Keeps track of most recently used browser across reboots instead. Change-Id: I0de2c3acc69f827aac68e7dfcfc4af1a4f8c66de
This commit is contained in:
parent
719f0f1a3b
commit
c765addd24
7 changed files with 10 additions and 61 deletions
|
|
@ -737,15 +737,12 @@ MENUITEM_FUNCTION(wps_set_context_plugin, 0,
|
|||
/***********************************/
|
||||
/* WPS Settings MENU */
|
||||
|
||||
MENUITEM_SETTING(browser_default,
|
||||
&global_settings.browser_default, NULL);
|
||||
|
||||
#ifdef HAVE_HOTKEY
|
||||
MENUITEM_SETTING(hotkey_wps_item, &global_settings.hotkey_wps, NULL);
|
||||
#endif
|
||||
|
||||
MAKE_MENU(wps_settings, ID2P(LANG_WPS), 0, Icon_Playback_menu
|
||||
,&browser_default
|
||||
#ifdef HAVE_HOTKEY
|
||||
,&hotkey_wps_item
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue