Feat: lissajous
This commit is contained in:
@@ -41,6 +41,8 @@ pub struct DisplaySettings {
|
||||
pub show_scope: bool,
|
||||
pub show_spectrum: bool,
|
||||
#[serde(default = "default_true")]
|
||||
pub show_lissajous: bool,
|
||||
#[serde(default = "default_true")]
|
||||
pub show_preview: bool,
|
||||
#[serde(default = "default_true")]
|
||||
pub show_completion: bool,
|
||||
@@ -100,6 +102,7 @@ impl Default for DisplaySettings {
|
||||
runtime_highlight: false,
|
||||
show_scope: true,
|
||||
show_spectrum: true,
|
||||
show_lissajous: true,
|
||||
show_preview: true,
|
||||
show_completion: true,
|
||||
font: default_font(),
|
||||
|
||||
Reference in New Issue
Block a user