fixed #7322 - made whitespace trimming on paste optional

This commit is contained in:
Eugene Pankov
2022-10-25 21:36:33 +02:00
parent a29a552afc
commit 7ed7ec3cb4
4 changed files with 18 additions and 6 deletions

View File

@@ -153,6 +153,15 @@ div.mt-4
(ngModelChange)='config.save()',
)
.form-line
.header
.title(translate) Trim whitespace and newlines
.description(translate) Remove whitespace and newlines around the copied text
toggle(
[(ngModel)]='config.store.terminal.trimWhitespaceOnPaste',
(ngModelChange)='config.save()',
)
div.mt-4
h3(translate) Sound