mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-23 08:36:03 +00:00
show font name autocompletion hint
This commit is contained in:
@@ -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()',
|
||||||
|
Reference in New Issue
Block a user