Update icons to v3
This commit is contained in:
parent
be60b3d225
commit
51d1a62f70
461 changed files with 1189 additions and 1570 deletions
|
@ -81,8 +81,8 @@ async function notifyForCall(
|
|||
notificationService.notify({
|
||||
title: notificationTitle,
|
||||
icon: isVideoCall
|
||||
? 'images/icons/v2/video-solid-24.svg'
|
||||
: 'images/icons/v2/phone-hard-solid-24.svg',
|
||||
? 'images/icons/v3/video/video-fill.svg'
|
||||
: 'images/icons/v3/phone/phone-fill.svg',
|
||||
message: isVideoCall
|
||||
? window.i18n('icu:incomingVideoCall')
|
||||
: window.i18n('icu:incomingAudioCall'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue