Skip to content
Snippets Groups Projects
Commit 08da4ba8 authored by Martin Straka's avatar Martin Straka
Browse files

Moved changelog button into development tab.

parent a5e038ba
Branches
Tags
1 merge request!379Show ChangeLog
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment