mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 03:48:09 +00:00
7 lines
154 B
QML
7 lines
154 B
QML
NotificationBasic {
|
|
icon: 'update_sign'
|
|
message: notificationData.url
|
|
handler: (function () {
|
|
Qt.openUrlExternally(notificationData.url)
|
|
})
|
|
}
|