Merge pull request #6722 from Ultimaker/CURA-6978

CURA-6978/Added the project name in Window Title
This commit is contained in:
Remco Burema 2019-11-28 08:39:26 +01:00 committed by GitHub
commit 3e32596e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,8 @@ UM.MainWindow
id: base
// Cura application window title
title: catalog.i18nc("@title:window", "Ultimaker Cura")
title: PrintInformation.jobName + " - " + catalog.i18nc("@title:window", CuraApplication.applicationDisplayName)
backgroundColor: UM.Theme.getColor("viewport_background")
UM.I18nCatalog