tabby/tabby-settings/src/components/hotkeyInputModal.component.pug
2021-06-29 23:57:04 +02:00

13 lines
283 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-outline-primary((click)='close()') Cancel