mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:29:00 +08:00
Add missing return
This commit is contained in:
parent
5ae05acd2c
commit
b1b61fa466
@ -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…
x
Reference in New Issue
Block a user