Beoordelingen voor Undo Close Tab
Undo Close Tab door Manuel Reimer
Beoordeling door mox
Waardering: 5 van 5
door mox, 3 jaar geledenI tried increasing the value of browser.sessionstore.max_tabs_undo, but "More items" still appears in the tab context menu.
I removed the add-on once and added it again, but no change.
I removed the add-on once and added it again, but no change.
Antwoord van ontwikkelaar
3 jaar geleden geplaatstThe "more items" part is a limitation which can not be changed with "browser.sessionstore.max_tabs_undo".
That's why I have a link to https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/menus/ACTION_MENU_TOP_LEVEL_LIMIT in my Add-on description which explains that on top level the maximum of menu items is 6 items. Nothing I can do about this. The only way to have more is to add one submenu (I called it "More items") where the limitation no longer applies.
That's why I have a link to https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/menus/ACTION_MENU_TOP_LEVEL_LIMIT in my Add-on description which explains that on top level the maximum of menu items is 6 items. Nothing I can do about this. The only way to have more is to add one submenu (I called it "More items") where the limitation no longer applies.