Skip to content

Commit

Permalink
fix: Make deletion modal less intrusive (#498)
Browse files Browse the repository at this point in the history
fixes #487
  • Loading branch information
JohnstonCode committed Mar 15, 2019
1 parent 732c154 commit 1585771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/promptRemove.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class PromptRemove extends Command {
`The file(s) "${relativeList.join(
", "
)}" are removed from disk.\nWould you like remove from SVN?`,
{ modal: true },
{ modal: false },
"Yes",
ignoreText,
"No"
Expand Down

0 comments on commit 1585771

Please sign in to comment.