1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-02-04 11:22:22 +05:30

(feat): added extension manager

This commit is contained in:
2025-02-27 23:51:21 +05:30
Verified
parent c6ae5c7e85
commit d835184b30
28 changed files with 1167 additions and 23 deletions

View File

@@ -11,7 +11,10 @@ pub struct Config {
impl Default for Config {
fn default() -> Self {
Self { port: 3030, theme: "system".to_string() }
Self {
port: 3030,
theme: "system".to_string(),
}
}
}