mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Apparantly the first time override is written it is not overriden by next upload.
Now, it does CURA-11720
This commit is contained in:
parent
7013afae16
commit
40bc08f482
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,7 @@ UM.Dialog
|
||||||
|
|
||||||
WorkspaceRow
|
WorkspaceRow
|
||||||
{
|
{
|
||||||
|
id: numberOfOverrides
|
||||||
leftLabelText: catalog.i18nc("@action:label", "Settings Loaded from UCP file")
|
leftLabelText: catalog.i18nc("@action:label", "Settings Loaded from UCP file")
|
||||||
rightLabelText: catalog.i18ncp("@action:label", "%1 override", "%1 overrides", manager.exportedSettingModel.rowCount()).arg(manager.exportedSettingModel.rowCount())
|
rightLabelText: catalog.i18ncp("@action:label", "%1 override", "%1 overrides", manager.exportedSettingModel.rowCount()).arg(manager.exportedSettingModel.rowCount())
|
||||||
buttonText: tableViewSpecificSettings.shouldBeVisible ? catalog.i18nc("@action:button", "Hide settings") : catalog.i18nc("@action:button", "Show settings")
|
buttonText: tableViewSpecificSettings.shouldBeVisible ? catalog.i18nc("@action:button", "Hide settings") : catalog.i18nc("@action:button", "Show settings")
|
||||||
|
@ -204,6 +205,7 @@ UM.Dialog
|
||||||
{
|
{
|
||||||
tableModel.clear()
|
tableModel.clear()
|
||||||
tableModel.rows = modelRows
|
tableModel.rows = modelRows
|
||||||
|
numberOfOverrides.rightLabelText = catalog.i18ncp("@action:label", "%1 override", "%1 overrides", manager.exportedSettingModel.rowCount()).arg(manager.exportedSettingModel.rowCount())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue