mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 02:29:00 +08:00
Remove extruder tabs from tabView
CURA-6036
This commit is contained in:
parent
9f52a52ea3
commit
1ac5403c21
@ -348,6 +348,17 @@ Cura.MachineAction
|
|||||||
id: extruderTabsRepeater
|
id: extruderTabsRepeater
|
||||||
model: base.extrudersModel
|
model: base.extrudersModel
|
||||||
|
|
||||||
|
|
||||||
|
onItemAdded:
|
||||||
|
{
|
||||||
|
settingsTabs.addTab(index + 1, item)
|
||||||
|
}
|
||||||
|
|
||||||
|
onItemRemoved:
|
||||||
|
{
|
||||||
|
settingsTabs.removeTab(index + 1)
|
||||||
|
}
|
||||||
|
|
||||||
Tab
|
Tab
|
||||||
{
|
{
|
||||||
title: model.name
|
title: model.name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user