Add default case

CURA-9424
This commit is contained in:
Joey de l'Arago 2022-11-15 13:49:02 +01:00
parent 7f9c183072
commit 90ce031b27

View File

@ -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