Uranium fixing API breaks.

deprecated message shows up when user uses it. will remove them in future

CURA-7812
This commit is contained in:
saumya.jain 2024-01-10 15:09:26 +01:00
parent 92aca0d8bd
commit 34da282275

View file

@ -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