소스 검색

don't display "save selection" entry in the tab and browser action menus

Former-commit-id: 80adb9a78bfd4196fa8190ecf68290f43a0de9ce
Gildas 6 년 전
부모
커밋
571d02f6fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extension/ui/bg/ui-menus.js

+ 1 - 1
extension/ui/bg/ui-menus.js

@@ -121,7 +121,7 @@ singlefile.extension.ui.bg.menus = (() => {
 				});
 				menus.create({
 					id: MENU_ID_SAVE_SELECTED,
-					contexts: defaultContexts,
+					contexts: pageContextsEnabled,
 					title: MENU_SAVE_SELECTION_MESSAGE
 				});
 				menus.create({