increment file index when <space>

This commit is contained in:
krolxon 2024-04-28 15:52:30 +05:30
parent bf939a4702
commit 4cbdd634a9
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ impl App {
SelectedTab::DirectoryBrowser => {
let (_, f) = self.browser.filetree.get(self.browser.selected).unwrap();
file.push_str(f);
self.browser.selected += 1;
}
SelectedTab::Queue => {