From a234a8ef5bf8564221f615d0010a810e501905bb Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 24 Nov 2021 20:35:09 +0100 Subject: [ui] remove old qml folder --- gui/qml/LoginOKDialog.qml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 gui/qml/LoginOKDialog.qml (limited to 'gui/qml/LoginOKDialog.qml') diff --git a/gui/qml/LoginOKDialog.qml b/gui/qml/LoginOKDialog.qml deleted file mode 100644 index ba57dbd..0000000 --- a/gui/qml/LoginOKDialog.qml +++ /dev/null @@ -1,23 +0,0 @@ -import QtQuick 2.0 -import QtQuick.Dialogs 1.2 -import QtQuick.Controls 2.12 - -Dialog { - standardButtons: StandardButton.Ok - title: qsTr("Login Successful") - Column { - anchors.fill: parent - Text { - text: qsTr("Login successful. You can now start the VPN.") - } - } - - function _loginOk() { - visible: false - backend.resetNotification("login_ok") - } - - visible: false - onAccepted: _loginOk() - onRejected: _loginOk() -} -- cgit v1.2.3