This commit is contained in:
2026-01-23 01:42:07 +01:00
parent 10e2812e4c
commit 1bb5ba0061
12 changed files with 256 additions and 9 deletions

View File

@@ -85,6 +85,8 @@ impl App {
display: crate::settings::DisplaySettings {
fps: self.audio.config.refresh_rate.to_fps(),
runtime_highlight: self.ui.runtime_highlight,
show_scope: self.audio.config.show_scope,
show_spectrum: self.audio.config.show_spectrum,
},
link: crate::settings::LinkSettings {
enabled: link.is_enabled(),