Faster preferences window
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user