From 533a8301afc4fda577ec98b30b65a4fb97a2eea9 Mon Sep 17 00:00:00 2001 From: mic Date: Thu, 20 Mar 2025 22:37:46 +0100 Subject: [PATCH] Stop working status when no selection is made in mzta_Menus. see #295 --- js/mzta-menus.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/mzta-menus.js b/js/mzta-menus.js index e93bf762..4ec3dcf1 100644 --- a/js/mzta-menus.js +++ b/js/mzta-menus.js @@ -98,6 +98,7 @@ export class mzta_Menus { //A selection is needed, but nothing is selected! //alert(browser.i18n.getMessage('prompt_selection_needed')); browser.tabs.sendMessage(tabs[0].id, { command: "sendAlert", curr_tab_type: tabs[0].type, message : browser.i18n.getMessage('prompt_selection_needed') }); + taWorkingStatus.stopWorking(); return {ok:'0'}; }