We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c9e02 commit e77566eCopy full SHA for e77566e
scripts/UI/Sendfeedback.ps1
@@ -116,9 +116,9 @@ function FeedbackWindow {
116
text = $msg
117
} | ConvertTo-Json
118
119
- $response = Invoke-RestMethod -Uri $workerURL -Method Post -Body $jsonBody -ContentType "application/json"
+ Invoke-RestMethod -Uri $workerURL -Method Post -Body $jsonBody -ContentType "application/json"
120
121
- [System.Windows.MessageBox]::Show("Feedback sent successfully!`n$response","Success")
+ [System.Windows.MessageBox]::Show("Sent successfully. Thank you for your feedback!","Success")
122
123
$subjectBox.Clear()
124
$msgBox.Clear()
0 commit comments