disable notification in restricted
This commit is contained in:
Родитель
4c2606c07e
Коммит
62c137edc5
|
@ -825,6 +825,9 @@ module TDev.HTML {
|
|||
|
||||
|
||||
export function showWebNotification(aTitle: string, aOptions: NotificationOptions = {}, aTimeout=10000) {
|
||||
if (Cloud.isRestricted())
|
||||
return;
|
||||
|
||||
if (!("Notification" in window))
|
||||
return;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче