mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-11 11:41:32 -08:00
Mark Notification.requestPermission's retval as purposely ignored
This commit is contained in:
parent
f6a40a2ffa
commit
b7269f781c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ onUiUpdate(function(){
|
|||
|
||||
if(notificationButton != null){
|
||||
notificationButton.addEventListener('click', () => {
|
||||
Notification.requestPermission();
|
||||
void Notification.requestPermission();
|
||||
},true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue