Przeglądaj źródła

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

Gildas 6 lat temu
rodzic
commit
80adb9a78b
1 zmienionych plików z 1 dodań i 1 usunięć
  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({