1
1
mirror of https://github.com/Eugeny/tabby.git synced 2025-01-05 18:25:58 +03:00

settings: fixed font autocomplete - fixes #6298, fixes #6298

This commit is contained in:
Eugene Pankov 2022-04-30 10:50:41 -07:00
parent 5433cc6136
commit 80b44500c4
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

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