Rename toolbar Notifier methods to prompt
This commit is contained in:
parent
493d3ae288
commit
6b5426bddd
3 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@ const onAccept = () => {
|
|||
};
|
||||
|
||||
const onReject = () => {
|
||||
Notifier.setToolbarHidden(true);
|
||||
Notifier.setPromptHidden(true);
|
||||
};
|
||||
|
||||
const TOAST_KEY = "desktopnotifications";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue