From d54c3aba561163c11399974c45370cbecbcdd265 Mon Sep 17 00:00:00 2001 From: Qeole Date: Sat, 23 Nov 2019 00:29:11 +0000 Subject: [PATCH] Remove broken settings page The page for selecting the options for the add-on is completely broken at the moment. We already removed the button to open it in a previous commit; also remove the possibility to open it through Thunderbird add-ons menu. The only way to change the settings at the moment is through the config editor. --- manifest.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 2959867..66e155b 100644 --- a/manifest.json +++ b/manifest.json @@ -16,10 +16,6 @@ }, "legacy": { - "type": "xul", - "options": { - "page": "chrome://colorediffs/content/options/options.xul", - "open_in_tab": true - } + "type": "xul" } }