tabby/tabby-settings/src/components/hotkeyInputModal.component.pug
2021-07-14 00:21:23 +02:00

13 lines
275 B
Plaintext

.modal-header
h5 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()') Cancel