showNotification method removed

This commit is contained in:
mic 2024-08-20 18:01:01 +02:00
parent 5906082b9f
commit 3acac0d8f0

View file

@ -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();