mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
- Add new version Check
- Fix message in notification
This commit is contained in:
parent
4e1fab0df5
commit
9075a02367
2 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ endif()
|
|||
#-------------------------------------------------------------------------------
|
||||
|
||||
option(ENABLE_APP_PACKAGING "Enable packaging" NO)
|
||||
option(ENABLE_UPDATE_CHECK "Enable update check." NO)
|
||||
option(ENABLE_UPDATE_CHECK "Enable update check." YES)
|
||||
option(ENABLE_UNIT_TESTS "Enable unit test of SDK." NO )
|
||||
option(ENABLE_TESTS "Build with testing binaries of SDK" NO )
|
||||
option(ENABLE_TESTS_COMPONENTS "Build libbctoolbox-tester" NO )
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NotificationBasic {
|
||||
icon: 'update_sign'
|
||||
message: notificationData.url
|
||||
message: notificationData.message?notificationData.message:''
|
||||
handler: (function () {
|
||||
Qt.openUrlExternally(notificationData.url)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue