Missing rename_all attribute in NotifyLevel enum

This commit is contained in:
sxyazi 2025-02-17 14:30:54 +08:00
parent ee6fb17d33
commit edae0db613
No known key found for this signature in database

View file

@ -43,6 +43,7 @@ impl TryFrom<mlua::Table> for NotifyOpt {
}
#[derive(Clone, Copy, Default, Deserialize, Eq, PartialEq)]
#[serde(rename_all = "kebab-case")]
pub enum NotifyLevel {
#[default]
Info,