chore: remove unused Theme enum
This commit is contained in:
@@ -67,7 +67,6 @@ struct Args {
|
|||||||
shared::TorrentActionRequest,
|
shared::TorrentActionRequest,
|
||||||
shared::Torrent,
|
shared::Torrent,
|
||||||
shared::TorrentStatus,
|
shared::TorrentStatus,
|
||||||
shared::Theme,
|
|
||||||
shared::TorrentFile,
|
shared::TorrentFile,
|
||||||
shared::TorrentPeer,
|
shared::TorrentPeer,
|
||||||
shared::TorrentTracker,
|
shared::TorrentTracker,
|
||||||
|
|||||||
@@ -60,13 +60,6 @@ pub struct TorrentActionRequest {
|
|||||||
pub action: String,
|
pub action: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq, ToSchema)]
|
|
||||||
pub enum Theme {
|
|
||||||
Midnight,
|
|
||||||
Light,
|
|
||||||
Amoled,
|
|
||||||
}
|
|
||||||
|
|
||||||
// --- NEW STRUCTS FOR ADVANCED FEATURES ---
|
// --- NEW STRUCTS FOR ADVANCED FEATURES ---
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize, Clone, ToSchema)]
|
#[derive(Debug, Serialize, Deserialize, Clone, ToSchema)]
|
||||||
|
|||||||
Reference in New Issue
Block a user