mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:08:58 +08:00
Removed hard-coded name for Ultimaker Cura to use applicationDisplayName
CURA-6978
This commit is contained in:
parent
9522ce2b78
commit
084f55b611
@ -21,7 +21,7 @@ UM.MainWindow
|
||||
id: base
|
||||
|
||||
// Cura application window title
|
||||
title: PrintInformation.jobName + " - " + catalog.i18nc("@title:window", "Ultimaker Cura")
|
||||
title: PrintInformation.jobName + " - " + catalog.i18nc("@title:window", CuraApplication.applicationDisplayName)
|
||||
|
||||
backgroundColor: UM.Theme.getColor("viewport_background")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user