From 202ba18a8c12a0fc3ed54b10cb69ca68ac6693df Mon Sep 17 00:00:00 2001 From: LeSeulArtichaut Date: Sat, 28 Dec 2019 20:17:26 +0100 Subject: [PATCH] Add option to disable right click --- .../src/components/terminalSettingsTab.component.pug | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/terminus-terminal/src/components/terminalSettingsTab.component.pug b/terminus-terminal/src/components/terminalSettingsTab.component.pug index 3e4fd1e4..4526b26e 100644 --- a/terminus-terminal/src/components/terminalSettingsTab.component.pug +++ b/terminus-terminal/src/components/terminalSettingsTab.component.pug @@ -42,6 +42,13 @@ h3.mb-3 Terminal (ngModelChange)='config.save()', ngbRadioGroup ) + label.btn.btn-secondary(ngbButtonLabel) + input( + type='radio', + ngbButton, + value='off' + ) + | Off label.btn.btn-secondary(ngbButtonLabel) input( type='radio',