show font name autocompletion hint

This commit is contained in:
Eugene Pankov 2021-12-22 00:04:11 +01:00
parent c7589acc87
commit aba5e9dcfa
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -8,6 +8,7 @@ h3.mb-3 Appearance
.input-group.w-75
input.form-control.w-75(
type='text',
[showHint]='true',
[ngbTypeahead]='fontAutocomplete',
[(ngModel)]='config.store.terminal.font',
(ngModelChange)='config.save()',