diff --git a/linphone-desktop/assets/images/update_sign.svg b/linphone-desktop/assets/images/update_sign.svg new file mode 100644 index 000000000..53ac9e017 --- /dev/null +++ b/linphone-desktop/assets/images/update_sign.svg @@ -0,0 +1,91 @@ + + + + + + image/svg+xml + + + + + + + download_ended + Created with Sketch. + + + + + + + + + + + + + + + diff --git a/linphone-desktop/resources.qrc b/linphone-desktop/resources.qrc index 58576aa09..c7e9f6ad0 100644 --- a/linphone-desktop/resources.qrc +++ b/linphone-desktop/resources.qrc @@ -183,6 +183,7 @@ assets/images/transfer_hovered.svg assets/images/transfer_normal.svg assets/images/transfer_pressed.svg + assets/images/update_sign.svg assets/images/video_call_accept_hovered.svg assets/images/video_call_accept_normal.svg assets/images/video_call_accept_pressed.svg diff --git a/linphone-desktop/ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml b/linphone-desktop/ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml index 2370ed18b..7b7a9fcb1 100644 --- a/linphone-desktop/ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml +++ b/linphone-desktop/ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml @@ -24,7 +24,7 @@ Notification { top: parent.top } - icon: 'file_sign' + icon: 'update_sign' iconSize: NotificationNewVersionAvailableStyle.iconSize }