Merge pull request #389 from amnezia-vpn/bugfix/adapted_awg_questiondrawer

adapted awg-questiondrawer with drawer2type
This commit is contained in:
pokamest
2023-10-21 06:22:44 -07:00
committed by GitHub
@@ -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
}
}
}