mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:19:05 +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
|
||||
{
|
||||
title: catalog.i18nc("@title:tab", "Global Settings");
|
||||
quality: Cura.MachineManager.activeMachine.qualityChanges.id
|
||||
material: Cura.MachineManager.activeMachine.material.id
|
||||
quality: base.currentItem != null ? base.currentItem.id : "";
|
||||
material: Cura.MachineManager.allActiveMaterialIds[Cura.MachineManager.activeMachineId]
|
||||
}
|
||||
|
||||
Repeater
|
||||
|
Loading…
x
Reference in New Issue
Block a user