Update icons to v3
This commit is contained in:
parent
be60b3d225
commit
51d1a62f70
461 changed files with 1189 additions and 1570 deletions
|
@ -1276,7 +1276,7 @@ export class CallingClass {
|
|||
if (source) {
|
||||
ipcRenderer.send('show-screen-share', source.name);
|
||||
notificationService.notify({
|
||||
icon: 'images/icons/v2/video-solid-24.svg',
|
||||
icon: 'images/icons/v3/video/video-fill.svg',
|
||||
message: window.i18n('icu:calling__presenting--notification-body'),
|
||||
onNotificationClick: () => {
|
||||
if (this.reduxInterface) {
|
||||
|
@ -2287,7 +2287,7 @@ export class CallingClass {
|
|||
}
|
||||
|
||||
notificationService.notify({
|
||||
icon: 'images/icons/v2/video-solid-24.svg',
|
||||
icon: 'images/icons/v3/video/video-fill.svg',
|
||||
message: notificationMessage,
|
||||
onNotificationClick: () => {
|
||||
this.reduxInterface?.startCallingLobby({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue