Fix the thumbsdown dialog.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat
2024-06-26 16:36:00 -04:00
parent 01870b4a46
commit 6d593d6ea1
3 changed files with 8 additions and 4 deletions

View File

@@ -1085,6 +1085,8 @@ Rectangle {
window.height / 2 - height / 2)
x: globalPoint.x
y: globalPoint.y
width: 640
height: 300
property string text: value
response: newResponse === undefined || newResponse === "" ? text : newResponse
onAccepted: {