mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
adapted questionDrawer
This commit is contained in:
@@ -15,10 +15,11 @@ Drawer2Type {
|
||||
|
||||
property var yesButtonFunction
|
||||
property var noButtonFunction
|
||||
property real drawerHeight: 0.5
|
||||
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
contentHeight: parent.height * 0.5
|
||||
contentHeight: parent.height * drawerHeight
|
||||
|
||||
ColumnLayout {
|
||||
parent: root.contentParent
|
||||
|
||||
@@ -31,7 +31,7 @@ Drawer2Type {
|
||||
height: parent.height
|
||||
contentHeight: parent.height * 0.9
|
||||
|
||||
onClose: {
|
||||
onClosed: {
|
||||
configExtension = ".vpn"
|
||||
configCaption = qsTr("Save AmneziaVPN config")
|
||||
configFileName = "amnezia_config"
|
||||
|
||||
Reference in New Issue
Block a user