1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Applied v0.2.0 in app data

This commit is contained in:
Bumsik Kim 2018-06-03 13:24:49 -04:00
parent 920fd56ea8
commit bae43c8fd2
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
3 changed files with 3 additions and 3 deletions

View file

@ -153,7 +153,7 @@ ApplicationWindow {
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: Text.AlignHCenter
font { weight: Font.Bold; pointSize: 15 }
text: "VirtScreen"
text: "VirtScreen" + " v" + settings.version
}
Text {
anchors.horizontalCenter: parent.horizontalCenter