mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Remove usage of some deprecated functions
This commit is contained in:
parent
2eb8203c70
commit
a0c705e900
4 changed files with 12 additions and 11 deletions
|
|
@ -18,7 +18,7 @@ UM.ManagementPage
|
|||
|
||||
sectionRole: "discoverySource"
|
||||
|
||||
activeId: Cura.MachineManager.activeMachineId
|
||||
activeId: Cura.MachineManager.activeMachine !== null ? Cura.MachineManager.activeMachine.id: ""
|
||||
activeIndex: activeMachineIndex()
|
||||
|
||||
function activeMachineIndex()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue