Feat: lots of things, preparing for live gig
Some checks failed
Deploy Website / deploy (push) Failing after 4m50s
Some checks failed
Deploy Website / deploy (push) Failing after 4m50s
This commit is contained in:
@@ -40,6 +40,8 @@ pub struct DisplaySettings {
|
||||
pub show_scope: bool,
|
||||
pub show_spectrum: bool,
|
||||
#[serde(default = "default_true")]
|
||||
pub show_preview: bool,
|
||||
#[serde(default = "default_true")]
|
||||
pub show_completion: bool,
|
||||
#[serde(default = "default_font")]
|
||||
pub font: String,
|
||||
@@ -83,6 +85,7 @@ impl Default for DisplaySettings {
|
||||
runtime_highlight: false,
|
||||
show_scope: true,
|
||||
show_spectrum: true,
|
||||
show_preview: true,
|
||||
show_completion: true,
|
||||
font: default_font(),
|
||||
color_scheme: ColorScheme::default(),
|
||||
|
||||
Reference in New Issue
Block a user