settings_ui: Add UI and buffer font weight controls (#15104)
This PR adds settings controls for the UI and buffer font weight settings. It also does some work around grouping the settings into related sections. Release Notes: - N/A
This commit is contained in:
parent
7fb906d774
commit
274e56b086
16 changed files with 557 additions and 272 deletions
|
@ -1,3 +1,4 @@
|
|||
mod editable_setting_control;
|
||||
mod keymap_file;
|
||||
mod settings_file;
|
||||
mod settings_store;
|
||||
|
@ -7,6 +8,7 @@ use rust_embed::RustEmbed;
|
|||
use std::{borrow::Cow, str};
|
||||
use util::asset_str;
|
||||
|
||||
pub use editable_setting_control::*;
|
||||
pub use keymap_file::KeymapFile;
|
||||
pub use settings_file::*;
|
||||
pub use settings_store::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue