Eliminate default browser setting (e881655)

Keeps track of most recently used browser
across reboots instead.

Change-Id: I0de2c3acc69f827aac68e7dfcfc4af1a4f8c66de
This commit is contained in:
Christian Soffke 2026-04-02 15:44:19 +02:00 committed by Solomon Peachy
parent 719f0f1a3b
commit c765addd24
7 changed files with 10 additions and 61 deletions

View file

@ -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