Undo Close Tab incelemeleri
Undo Close Tab geliştiren: Manuel Reimer
mox adlı kullanıcının incelemesi
5 üzerinden 5 puan
yazan: mox, 3 yıl önceI 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.
Geliştiricinin yanıtı
gönderilme: 3 yıl önceThe "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.