mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 22:44:55 +00:00
fixed #7322 - made whitespace trimming on paste optional
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user