linphone-desktop/linphone-app/ui/modules/Linphone/Notifications/NotificationNewVersionAvailable.qml
2020-03-26 16:44:31 +01:00

7 lines
154 B
QML

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