This commit is contained in:
parent
d92979b8fc
commit
09a449856c
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ const backgroundLogic = {
|
|||
unhideQueue: [],
|
||||
init() {
|
||||
browser.commands.onCommand.addListener(function (command) {
|
||||
if (command === "sort_tabs") {
|
||||
backgroundLogic.sortTabs();
|
||||
return;
|
||||
}
|
||||
|
||||
for (let i=0; i < backgroundLogic.NUMBER_OF_KEYBOARD_SHORTCUTS; i++) {
|
||||
const key = "open_container_" + i;
|
||||
const cookieStoreId = identityState.keyboardShortcut[key];
|
||||
|
|
Loading…
Add table
Reference in a new issue