Feat: saving screen during perfs
This commit is contained in:
@@ -388,6 +388,7 @@ impl App {
|
||||
AppCommand::ToggleScope => self.audio.config.show_scope = !self.audio.config.show_scope,
|
||||
AppCommand::ToggleSpectrum => self.audio.config.show_spectrum = !self.audio.config.show_spectrum,
|
||||
AppCommand::TogglePreview => self.audio.config.show_preview = !self.audio.config.show_preview,
|
||||
AppCommand::TogglePerformanceMode => self.ui.performance_mode = !self.ui.performance_mode,
|
||||
|
||||
// Metrics
|
||||
AppCommand::ResetPeakVoices => self.metrics.peak_voices = 0,
|
||||
|
||||
Reference in New Issue
Block a user