feat(handler): Download tab support

This commit is contained in:
2024-12-02 15:40:11 -07:00
parent 188d781b0d
commit f338dfcb12
3 changed files with 704 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ use crate::{
use super::KeyEventHandler;
mod downloads;
mod library;
#[cfg(test)]