Release notes

This commit is contained in:
Michal Horejsek
2020-08-21 10:56:59 +02:00
parent 8592a264c0
commit e4704cd459
5 changed files with 14 additions and 2 deletions

View File

@ -108,6 +108,16 @@ Item {
root.parent.hide()
}
}
AccessibleSelectableText {
anchors.horizontalCenter: content.horizontalCenter
font {
pointSize : Style.main.fontSize * Style.pt
}
color: Style.main.textDisabled
text: "\n Current: "+go.fullversion
}
}
}
}