mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-03 17:44:34 +00:00
Fix the thumbsdown dialog.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user