mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Merge pull request #6722 from Ultimaker/CURA-6978
CURA-6978/Added the project name in Window Title
This commit is contained in:
commit
3e32596e23
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue