瀏覽代碼

removed obsolete code

Gildas 6 年之前
父節點
當前提交
4d02892bad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extension/ui/bg/ui-menu.js

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

@@ -109,7 +109,7 @@ singlefile.extension.ui.bg.menu = (() => {
 				});
 				menus.create({
 					id: MENU_ID_SAVE_SELECTED,
-					contexts: defaultContexts.concat("selection"),
+					contexts: defaultContexts,
 					title: MENU_SAVE_SELECTION_MESSAGE
 				});
 				menus.create({