mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:45:57 +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
|
UM.Label
|
||||||
{
|
{
|
||||||
id: version
|
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")
|
font: UM.Theme.getFont("large_bold")
|
||||||
color: UM.Theme.getColor("button_text")
|
color: UM.Theme.getColor("button_text")
|
||||||
anchors.right : logo.right
|
anchors.right : logo.right
|
||||||
|
Loading…
x
Reference in New Issue
Block a user