mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:09:01 +08:00
CURA-4845 Revert changes when accessing the quality changes at the time
of creating the global ProfileTab in the preferences.
This commit is contained in:
parent
1a8735ad33
commit
5c8a47275e
@ -213,8 +213,8 @@ UM.ManagementPage
|
|||||||
ProfileTab
|
ProfileTab
|
||||||
{
|
{
|
||||||
title: catalog.i18nc("@title:tab", "Global Settings");
|
title: catalog.i18nc("@title:tab", "Global Settings");
|
||||||
quality: Cura.MachineManager.activeMachine.qualityChanges.id
|
quality: base.currentItem != null ? base.currentItem.id : "";
|
||||||
material: Cura.MachineManager.activeMachine.material.id
|
material: Cura.MachineManager.allActiveMaterialIds[Cura.MachineManager.activeMachineId]
|
||||||
}
|
}
|
||||||
|
|
||||||
Repeater
|
Repeater
|
||||||
|
Loading…
x
Reference in New Issue
Block a user