mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Remove unneeded catalog
The catalog was created over and over again even though it wasn't needed. On my machine this took 0.25 seconds, so it does add up
This commit is contained in:
parent
2ed837ba71
commit
512b0a1dbe
1 changed files with 0 additions and 6 deletions
|
@ -15,12 +15,6 @@ ComboBox
|
|||
{
|
||||
id: control
|
||||
|
||||
UM.I18nCatalog
|
||||
{
|
||||
id: catalog
|
||||
name: "cura"
|
||||
}
|
||||
|
||||
property var defaultTextOnEmptyModel: catalog.i18nc("@label", "No items to select from") // Text displayed in the combobox when the model is empty
|
||||
property var defaultTextOnEmptyIndex: "" // Text displayed in the combobox when the model has items but no item is selected
|
||||
enabled: delegateModel.count > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue