GlosSIConfig: show version on update notification

pull/183/head
Peter Repukat 2 years ago
parent 322136a16a
commit 2a7e625c8b

@ -112,7 +112,7 @@ Window {
InfoDialog {
id: newVersionDialog
titleText: qsTr("New version available!")
text: qsTr("Would you like to visit the download page now?")
text: uiModel.newVersionName + "\n\n" + qsTr("Would you like to visit the download page now?")
onConfirmed: function (callback) {
callback();
Qt.openUrlExternally(`https://glossi.flatspot.pictures/#downloads-${uiModel.newVersionName}`);

Loading…
Cancel
Save