mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 06:21:23 +00:00
feat: first attemp to support playing multiple tracks in parallel
This commit is contained in:
+4
-1
@@ -21,7 +21,10 @@ impl SoundpadGui {
|
||||
}
|
||||
|
||||
if i.key_pressed(Key::Enter) && self.app_state.selected_file.is_some() {
|
||||
self.play_file(&self.app_state.selected_file.clone().unwrap());
|
||||
self.play_file(
|
||||
&self.app_state.selected_file.clone().unwrap(),
|
||||
i.modifiers.ctrl,
|
||||
);
|
||||
}
|
||||
|
||||
if !self.app_state.show_settings {
|
||||
|
||||
Reference in New Issue
Block a user