Add font name completions to ui_font_family and terminal::font_family

This commit is contained in:
Piotr Osiewicz 2024-01-16 20:19:58 +01:00
parent f011953484
commit ff67d9dea0
4 changed files with 46 additions and 1 deletions

View file

@ -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