mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-30 22:53:31 +03:00
Merge pull request #1926 from LeSeulArtichaut/disable-right-click
Add option to disable right click in terminal
This commit is contained in:
commit
077d2421e1
@ -42,6 +42,13 @@ h3.mb-3 Terminal
|
|||||||
(ngModelChange)='config.save()',
|
(ngModelChange)='config.save()',
|
||||||
ngbRadioGroup
|
ngbRadioGroup
|
||||||
)
|
)
|
||||||
|
label.btn.btn-secondary(ngbButtonLabel)
|
||||||
|
input(
|
||||||
|
type='radio',
|
||||||
|
ngbButton,
|
||||||
|
value='off'
|
||||||
|
)
|
||||||
|
| Off
|
||||||
label.btn.btn-secondary(ngbButtonLabel)
|
label.btn.btn-secondary(ngbButtonLabel)
|
||||||
input(
|
input(
|
||||||
type='radio',
|
type='radio',
|
||||||
|
Loading…
Reference in New Issue
Block a user