show font name autocompletion hint

This commit is contained in:
Eugene Pankov
2021-12-22 00:04:11 +01:00
parent c7589acc87
commit aba5e9dcfa

View File

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