Faster preferences window

This commit is contained in:
Josh Perez
2021-08-18 16:08:14 -04:00
committed by GitHub
parent ac55b8d643
commit 91af0dad78
71 changed files with 3567 additions and 2093 deletions

View File

@@ -524,7 +524,7 @@ async function showCallNotification(
isVideoCall: boolean
): Promise<void> {
const shouldNotify =
!window.isActive() && (await window.getCallSystemNotification());
!window.isActive() && window.Events.getCallSystemNotification();
if (!shouldNotify) {
return;
}