mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:59:03 +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 != "")
|
||||
{
|
||||
Cura.MachineManager.activeMachineNetworkGroupName
|
||||
return Cura.MachineManager.activeMachineNetworkGroupName
|
||||
}
|
||||
return Cura.MachineManager.activeMachineName
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user