mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: incorrect kebab-case for the notify level enum (#2349)
Co-authored-by: sxyazi <sxyazi@gmail.com>
This commit is contained in:
parent
f25ef0f07b
commit
3ec832b9d8
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ impl TryFrom<mlua::Table> for NotifyOpt {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Copy, Default, Deserialize, Eq, PartialEq)]
|
#[derive(Clone, Copy, Default, Deserialize, Eq, PartialEq)]
|
||||||
|
#[serde(rename_all = "kebab-case")]
|
||||||
pub enum NotifyLevel {
|
pub enum NotifyLevel {
|
||||||
#[default]
|
#[default]
|
||||||
Info,
|
Info,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue