mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:29:02 +08:00
Add default case
CURA-9424
This commit is contained in:
parent
7f9c183072
commit
90ce031b27
@ -28,6 +28,8 @@ ListView
|
|||||||
return catalog.i18nc("@label", "Connected printers");
|
return catalog.i18nc("@label", "Connected printers");
|
||||||
case "other":
|
case "other":
|
||||||
return catalog.i18nc("@label", "Other printers");
|
return catalog.i18nc("@label", "Other printers");
|
||||||
|
default:
|
||||||
|
return catalog.i18nc("@label", "Other printers");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
height: UM.Theme.getSize("action_button").height
|
height: UM.Theme.getSize("action_button").height
|
||||||
|
Loading…
x
Reference in New Issue
Block a user