mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
no duplicated cancel button
This commit is contained in:
parent
6a29a8bd99
commit
2fd3431621
1 changed files with 0 additions and 1 deletions
|
|
@ -2313,7 +2313,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
"Are you sure you want to delete this task? This action cannot be undone.",
|
||||
{ modal: true },
|
||||
"Delete",
|
||||
"Cancel",
|
||||
)
|
||||
|
||||
if (answer !== "Delete") {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue