linphone-desktop/ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml

7 lines
154 B
QML

NotificationBasic {
icon: 'update_sign'
message: notificationData.url
handler: (function () {
Qt.openUrlExternally(notificationData.url)
})
}