Skip to content
Snippets Groups Projects

Show ChangeLog

Merged Martin Straka requested to merge apk-show-changelog into develop
Viewing commit 536e4f26
Show latest version
7 files
+ 101
10
Preferences
Compare changes
Files
7
@@ -34,19 +34,10 @@ Popup {
modal: true
property int preferredMinWidth: 280
property string logContent: qsTr("Added a preferences editor.
Using dedicated redirection URL to access donation page.
Custom images can be assigned to individual data boxes as logos in the data-box list.
Fixed white border around launcher icon in iOS.
On application start-up when INI configuration is missing the application searches for a copy before creating a blank INI file.")
/* Public interface. */
function showChangeLog() {
changeLogText.text = logContent
changeLogText.text = settings.loadChangeLogText()
root.open()
}
@@ -89,6 +80,7 @@ Popup {
id: changeLogText
width: parent.width
wrapMode: Text.WordWrap
textFormat: TextEdit.RichText
}
}
ScrollIndicator.vertical: ScrollIndicator {}