Renmoved singleton Um.Application

CURA-7812
This commit is contained in:
saumya.jain 2024-01-08 17:46:04 +01:00
parent 11aa71a5df
commit d01b5c1767
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ UM.Dialog
UM.Label
{
id: version
text: catalog.i18nc("@label","version: %1").arg(UM.Application.version)
text: catalog.i18nc("@label","version: %1").arg(CuraApplication.applicationVersion())
font: UM.Theme.getFont("large_bold")
color: UM.Theme.getColor("button_text")
anchors.right : logo.right