From 3acac0d8f0db54a8e885528197b8b92b91f5cbc8 Mon Sep 17 00:00:00 2001 From: mic Date: Tue, 20 Aug 2024 18:01:01 +0200 Subject: [PATCH] showNotification method removed --- mzta-background.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mzta-background.js b/mzta-background.js index 2d671459..90bd2736 100644 --- a/mzta-background.js +++ b/mzta-background.js @@ -317,15 +317,6 @@ function checkScreenDimensions(prefs){ return prefs; } -function showNotification(title, message) { - browser.notifications.create({ - "type": "basic", - "title": title, - "iconUrl": browser.extension.getURL("images/icon.png"), - "message": message - }); -} - // Menus handling const menus = new mzta_Menus(openChatGPT); menus.loadMenus(); \ No newline at end of file