mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Appease reviewers.
- Ditch state in favour of enum. - Comment explaining 'extraInfo'. part of CURA-9347
This commit is contained in:
parent
9fe261ff58
commit
c74e7be602
5 changed files with 27 additions and 26 deletions
|
@ -24,6 +24,8 @@ UM.Dialog
|
|||
property string explanation: catalog.i18nc("@info", "Please provide a new name.")
|
||||
property string okButtonText: catalog.i18nc("@action:button", "OK")
|
||||
|
||||
// Extra Information for the user about the current rename can go here, can be left alone if not needed.
|
||||
// For example; An icon and a text-field and a tertiary button providing a link.
|
||||
property list<Item> extraInfo
|
||||
|
||||
title: dialogTitle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue