mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
Compare commits
5 Commits
feat/locat
...
feature/cu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25785bfe74 | ||
|
|
89cf03ca26 | ||
|
|
74da944c68 | ||
|
|
e6ecfaf171 | ||
|
|
9d2b01ef48 |
@@ -57,6 +57,10 @@ Item {
|
||||
border.width: 1
|
||||
visible: true
|
||||
|
||||
Behavior on color {
|
||||
PropertyAnimation { duration: 200 }
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
id: fullMouseArea
|
||||
anchors.fill: parent
|
||||
|
||||
@@ -286,9 +286,9 @@ PageType {
|
||||
InstallController.removeCurrentlyProcessedContainer()
|
||||
}
|
||||
questionDrawer.noButtonFunction = function() {
|
||||
questionDrawer.visible = false
|
||||
questionDrawer.close()
|
||||
}
|
||||
questionDrawer.visible = true
|
||||
questionDrawer.open()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -324,6 +324,7 @@ PageType {
|
||||
|
||||
QuestionDrawer {
|
||||
id: questionDrawer
|
||||
parent: root
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -195,7 +195,7 @@ PageType {
|
||||
QuestionDrawer {
|
||||
id: questionDrawer
|
||||
|
||||
drawerHeight: 0.5
|
||||
drawerHeight: 0.6
|
||||
|
||||
parent: questionDrawerParent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user