Compare commits

...

1 Commits

Author SHA1 Message Date
ronoaer e6ecfaf171 adapted awg-questiondrawer with drawer2type 2023-10-21 16:11:54 +08:00
@@ -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
} }
} }
} }