Skip to content
Snippets Groups Projects

Show ChangeLog

Merged Martin Straka requested to merge apk-show-changelog into develop
Viewing commit 08da4ba8
Prev
Show latest version
1 file
+ 6
6
Preferences
Compare changes
@@ -88,12 +88,6 @@ Page {
+ "<br/>"
+ "<a href=\"%1\">%2</a>".arg("https://datovka.nic.cz/redirect/donation-mobile.html").arg(qsTr("Make a donation."))
}
AccessibleButton {
anchors.horizontalCenter: parent.horizontalCenter
text: qsTr("Show News")
accessibleName: qsTr("What's new?")
onClicked: changeLogBox.showChangeLog()
}
AccessibleTextInfo {
horizontalAlignment: Text.AlignHCenter
textFormat: TextEdit.RichText
@@ -157,6 +151,12 @@ Page {
+ "<br/>"
+ "<a href=\"mailto:datovka@labs.nic.cz?Subject=[Mobile Datovka%20" + settings.appVersion() + "]\">datovka@labs.nic.cz</a>"
}
AccessibleButton {
anchors.horizontalCenter: parent.horizontalCenter
text: qsTr("Show News")
accessibleName: qsTr("What's new?")
onClicked: changeLogBox.showChangeLog()
}
} // Column
} // Pane
} // Flickable