showNotification method removed
This commit is contained in:
parent
5906082b9f
commit
3acac0d8f0
1 changed files with 0 additions and 9 deletions
|
|
@ -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();
|
||||
Loading…
Reference in a new issue