Options are taken from the configuration dialogue and passed through to
[openvpnui.git] / qml / pages / ConfigurePage.qml
index 0db890a..ecb75da 100644 (file)
@@ -34,7 +34,7 @@
 
 import QtQuick 2.0
 import Sailfish.Silica 1.0
-
+import QtQuick.Dialogs 1.0
 
 Dialog {
     id: configurePage
@@ -116,6 +116,13 @@ Dialog {
                 }
             }
 
+            Button {
+                id: connect
+                text: "Select key"
+                enabled: true
+                onClicked: VpnControl.vpnConnect()
+            }
+
             Label {
                 text: "Place key files on SD card:"
                 color: Theme.secondaryColor