mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Add default case
CURA-9424
This commit is contained in:
parent
7f9c183072
commit
90ce031b27
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue