mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 14:31:23 +00:00
new hotkeys to select dirs, files.
This commit is contained in:
@@ -40,6 +40,13 @@ impl App for SoundpadGui {
|
||||
}
|
||||
|
||||
self.draw(ui).ok();
|
||||
|
||||
if let Some(force_focus_id) = self.app_state.force_focus_id {
|
||||
ui.memory_mut(|reder| {
|
||||
reder.request_focus(force_focus_id);
|
||||
});
|
||||
self.app_state.force_focus_id = None;
|
||||
}
|
||||
});
|
||||
|
||||
if self.app_state.position_dragged {
|
||||
|
||||
Reference in New Issue
Block a user