mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:39:02 +08:00
Display the actual application version in the about dialog
This helps people reporting issues since they can report the proper application version
This commit is contained in:
parent
8130bae4c0
commit
0bcd5d875d
@ -31,7 +31,7 @@ UM.Dialog {
|
||||
Label {
|
||||
id: version
|
||||
|
||||
text: "Cura 15.06"
|
||||
text: "Cura %1".arg(UM.Application.version)
|
||||
font: UM.Theme.fonts.large
|
||||
anchors.horizontalCenter : logo.horizontalCenter
|
||||
anchors.horizontalCenterOffset : (logo.width * 0.25)
|
||||
|
Loading…
x
Reference in New Issue
Block a user