Skip to content

Commit ddab603

Browse files
committed
fix: make edit_mode toml options names lowercase
1 parent 609811d commit ddab603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pueue_lib/src/settings.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ pub struct Shared {
8484

8585
/// The mode in which the client should edit tasks.
8686
#[derive(PartialEq, Eq, Clone, Debug, Deserialize, Serialize, Default)]
87+
#[serde(rename_all = "lowercase")]
8788
pub enum EditMode {
8889
/// Edit by having one large file with all tasks to be edited inside at the same time
8990
#[default]

0 commit comments

Comments
 (0)