Feat: lissajous

This commit is contained in:
2026-02-23 22:06:09 +01:00
parent 502f7afe8f
commit 8b745a77a6
17 changed files with 241 additions and 49 deletions

View File

@@ -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(),