diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c9205911..d0da8057b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1113,6 +1113,7 @@ qt_add_resources(${PROJECT_NAME} "${PROJECT_NAME}_large_resources" images/icon_checkmark_32.svg images/icon_close_32.svg images/icon_info_32.svg + images/icon_info_48.svg images/welcome-brief.png images/welcome-controls.png images/welcome-dark.png diff --git a/images/icon_info_48.svg b/images/icon_info_48.svg new file mode 100644 index 000000000..0c1322192 --- /dev/null +++ b/images/icon_info_48.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/pages/DialogLayer.qml b/pages/DialogLayer.qml index 8ab08b26b..1a21cb26d 100644 --- a/pages/DialogLayer.qml +++ b/pages/DialogLayer.qml @@ -51,10 +51,12 @@ Item { property Component _firmwareVersionRestartDialog: Component { ModalWarningDialog { dialogDoneOptions: VenusOS.ModalDialog_DoneOptions_NoOptions - //% "Firmware version update detected" - title: qsTrId("firmware_installed_build_version_update_detected") + //% "GX device has been updated" + title: qsTrId("firmware_installed_build_gx_device_updated") //% "Page will automatically reload in ten seconds to load the latest version." description: qsTrId("firmware_installed_build_page_will_reload") + icon.source: "qrc:/images/icon_info_48.svg" + icon.color: Theme.color_blue Timer { running: true interval: 10*1000