- Add new version Check

- Fix message in notification
This commit is contained in:
Julien Wadel 2020-06-14 16:55:05 +02:00
parent 4e1fab0df5
commit 9075a02367
2 changed files with 2 additions and 2 deletions

View file

@ -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 )

View file

@ -1,6 +1,6 @@
NotificationBasic {
icon: 'update_sign'
message: notificationData.url
message: notificationData.message?notificationData.message:''
handler: (function () {
Qt.openUrlExternally(notificationData.url)
})