From ee42d93e2a74b6081358a5597c1508b5d0207cc8 Mon Sep 17 00:00:00 2001 From: Sreecharan Date: Sat, 15 Jan 2022 16:52:53 +0530 Subject: [PATCH] fix --- src/background.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/background.js b/src/background.js index ab73958..0218c16 100644 --- a/src/background.js +++ b/src/background.js @@ -15,9 +15,7 @@ function clearActions() { actions = [ {title:"New tab", desc:"Open a new tab", type:"action", action:"new-tab", emoji:true, emojiChar:"✨", keycheck:true, keys:['⌘','T']}, {title:"Bookmark", desc:"Create a bookmark", type:"action", action:"create-bookmark", emoji:true, emojiChar:"📕", keycheck:true, keys:['⌘','D']}, - pinaction, {title:"Fullscreen", desc:"Make the page fullscreen", type:"action", action:"fullscreen", emoji:true, emojiChar:"🖥", keycheck:true, keys:['⌘', 'Ctrl', 'F']}, - muteaction, {title:"Reload", desc:"Reload the page", type:"action", action:"reload", emoji:true, emojiChar:"♻️", keycheck:true, keys:['⌘','⇧', 'R']}, {title:"Help", desc:"Get help with Omni on GitHub", type:"action", action:"url", url:"https://github.com/alyssaxuu/omni", emoji:true, emojiChar:"🤔", keycheck:false}, {title:"Compose email", desc:"Compose a new email", type:"action", action:"email", emoji:true, emojiChar:"✉️", keycheck:true, keys:['⌥','⇧', 'C']},