Browse Source

Add default case

CURA-9424
Joey de l'Arago 2 years ago
parent
commit
90ce031b27
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/qml/PrinterSelector/MachineSelectorList.qml

+ 2 - 0
resources/qml/PrinterSelector/MachineSelectorList.qml

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