mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:59:01 +08:00
Uranium fixing API breaks.
deprecated message shows up when user uses it. will remove them in future CURA-7812
This commit is contained in:
parent
92aca0d8bd
commit
34da282275
@ -58,7 +58,7 @@ UM.Dialog
|
||||
UM.Label
|
||||
{
|
||||
id: version
|
||||
text: catalog.i18nc("@label","version: %1").arg(CuraApplication.applicationVersion())
|
||||
text: catalog.i18nc("@label","version: %1").arg(CuraApplication.version())
|
||||
font: UM.Theme.getFont("large_bold")
|
||||
color: UM.Theme.getColor("button_text")
|
||||
anchors.right : logo.right
|
||||
|
Loading…
x
Reference in New Issue
Block a user