tabby/tabby-settings/src/components/hotkeyInputModal.component.pug
2022-01-08 16:03:01 +01:00

13 lines
297 B
Plaintext

.modal-header
h5(translate) Press the key now
.modal-body
.input
.stroke(*ngFor='let stroke of value', [@animateKey]='true') {{stroke}}
.timeout
div([style.width]='timeoutProgress + "%"')
.modal-footer
button.btn.btn-primary((click)='close()', translate) Cancel