mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-30 08:11:58 +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");
|
||||
case "other":
|
||||
return catalog.i18nc("@label", "Other printers");
|
||||
default:
|
||||
return catalog.i18nc("@label", "Other printers");
|
||||
}
|
||||
}
|
||||
height: UM.Theme.getSize("action_button").height
|
||||
|
Loading…
x
Reference in New Issue
Block a user