Skip to content

Commit 1585771

Browse files
authored
fix: Make deletion modal less intrusive (#498)
fixes #487
1 parent 732c154 commit 1585771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/promptRemove.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class PromptRemove extends Command {
1818
`The file(s) "${relativeList.join(
1919
", "
2020
)}" are removed from disk.\nWould you like remove from SVN?`,
21-
{ modal: true },
21+
{ modal: false },
2222
"Yes",
2323
ignoreText,
2424
"No"

0 commit comments

Comments
 (0)