Fix: UI/UX
Some checks failed
CI / check (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Failing after 1m28s
Deploy Website / deploy (push) Has been skipped
CI / check (macos-14, aarch64-apple-darwin) (push) Has been cancelled
CI / check (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
Some checks failed
CI / check (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Failing after 1m28s
Deploy Website / deploy (push) Has been skipped
CI / check (macos-14, aarch64-apple-darwin) (push) Has been cancelled
CI / check (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
This commit is contained in:
@@ -407,7 +407,7 @@ impl App {
|
||||
}
|
||||
}
|
||||
AppCommand::AudioTriggerRestart => self.audio.trigger_restart(),
|
||||
AppCommand::RemoveLastSamplePath => self.audio.remove_last_sample_path(),
|
||||
AppCommand::RemoveSamplePath(index) => self.audio.remove_sample_path(index),
|
||||
AppCommand::AudioRefreshDevices => self.audio.refresh_devices(),
|
||||
|
||||
// Options page
|
||||
|
||||
Reference in New Issue
Block a user