Add font name completions to ui_font_family and terminal::font_family
This commit is contained in:
parent
f011953484
commit
ff67d9dea0
4 changed files with 46 additions and 1 deletions
|
@ -234,6 +234,10 @@ impl settings::Settings for ThemeSettings {
|
|||
"buffer_font_family".to_owned(),
|
||||
Schema::new_ref("#/definitions/FontFamilies".into()),
|
||||
),
|
||||
(
|
||||
"ui_font_family".to_owned(),
|
||||
Schema::new_ref("#/definitions/FontFamilies".into()),
|
||||
),
|
||||
]);
|
||||
|
||||
root_schema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue