mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 23:31:42 -07:00
Add missing return
This commit is contained in:
parent
5ae05acd2c
commit
b1b61fa466
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Cura.ExpandablePopup
|
||||||
{
|
{
|
||||||
if (isNetworkPrinter && Cura.MachineManager.activeMachineNetworkGroupName != "")
|
if (isNetworkPrinter && Cura.MachineManager.activeMachineNetworkGroupName != "")
|
||||||
{
|
{
|
||||||
Cura.MachineManager.activeMachineNetworkGroupName
|
return Cura.MachineManager.activeMachineNetworkGroupName
|
||||||
}
|
}
|
||||||
return Cura.MachineManager.activeMachineName
|
return Cura.MachineManager.activeMachineName
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue