adapted awg-questiondrawer with drawer2type

This commit is contained in:
ronoaer
2023-10-21 16:11:54 +08:00
parent 4551cf0a21
commit e6ecfaf171
@@ -286,9 +286,9 @@ PageType {
InstallController.removeCurrentlyProcessedContainer() InstallController.removeCurrentlyProcessedContainer()
} }
questionDrawer.noButtonFunction = function() { questionDrawer.noButtonFunction = function() {
questionDrawer.visible = false questionDrawer.close()
} }
questionDrawer.visible = true questionDrawer.open()
} }
} }
@@ -324,6 +324,7 @@ PageType {
QuestionDrawer { QuestionDrawer {
id: questionDrawer id: questionDrawer
parent: root
} }
} }
} }