X-Git-Url: https://www.flypig.org.uk/git/?p=openvpnui.git;a=blobdiff_plain;f=qml%2Fpages%2FConfigurePage.qml;fp=qml%2Fpages%2FConfigurePage.qml;h=ecb75da0f62c08674e66c8b4ec875d76a80e06ff;hp=0db890a47bce007b93efb4364a964dfe37db172f;hb=23fb3768d515e0e901298d2b030561b9a98ffb33;hpb=2e0816fb79e6c696ada4fe098ba006fca2741a1f diff --git a/qml/pages/ConfigurePage.qml b/qml/pages/ConfigurePage.qml index 0db890a..ecb75da 100644 --- a/qml/pages/ConfigurePage.qml +++ b/qml/pages/ConfigurePage.qml @@ -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