diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-04-28 23:12:16 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-04-28 23:12:16 +0530 |
| commit | 9dceaccb3eb4d28b81bc668fa4bf8e417171098f (patch) | |
| tree | a81035acf0e6e6ddc20da2837db017d98260646e /src/app.rs | |
| parent | 0c7f0c10f5ae56c570d25f82e982ef057d7eb85a (diff) | |
add no. of items in queue list title
Diffstat (limited to 'src/app.rs')
| -rwxr-xr-x | src/app.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -65,7 +65,6 @@ impl App { pub fn tick(&mut self) { self.conn.update_status(); self.update_queue(); - // self.browser.update_directory(&mut self.conn).unwrap(); } pub fn quit(&mut self) { |
