WWW update
[ubi] / qml / ubi / components / DialogCombo.qml
index 53d4c05..fa69bde 100644 (file)
@@ -44,6 +44,13 @@ DialogBox {
                         root.closed("pl_PL");
                     }
                 }
+                Button {
+                    label: "Italiano"
+                    onButtonClicked: {
+                        root.close();
+                        root.closed("it_IT");
+                    }
+                }
             }
             Spacer {}
         }