mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Automatically start discovery
CURA-336
This commit is contained in:
parent
b48f4ff8a2
commit
0860fc6cf5
1 changed files with 1 additions and 5 deletions
|
@ -59,6 +59,7 @@ Cura.MachineAction
|
|||
height: 500
|
||||
currentIndex: activeIndex
|
||||
onCurrentIndexChanged: base.selectedPrinter = listview.model[currentIndex]
|
||||
Component.onCompleted: manager.startDiscovery()
|
||||
delegate: Rectangle
|
||||
{
|
||||
height: childrenRect.height
|
||||
|
@ -142,11 +143,6 @@ Cura.MachineAction
|
|||
}
|
||||
}
|
||||
}
|
||||
Button
|
||||
{
|
||||
text: catalog.i18nc("@label","Start looking!")
|
||||
onClicked: manager.startDiscovery()
|
||||
}
|
||||
}
|
||||
Button
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue