chore: remove unused Theme enum

This commit is contained in:
spinline
2026-02-03 22:48:13 +03:00
parent 78f232a909
commit 86ba4206b8
2 changed files with 0 additions and 8 deletions

View File

@@ -60,13 +60,6 @@ pub struct TorrentActionRequest {
pub action: String,
}
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq, ToSchema)]
pub enum Theme {
Midnight,
Light,
Amoled,
}
// --- NEW STRUCTS FOR ADVANCED FEATURES ---
#[derive(Debug, Serialize, Deserialize, Clone, ToSchema)]