Skip to content

Commit

Permalink
fix: make edit_mode toml options names lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Feb 22, 2025
1 parent 609811d commit ddab603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pueue_lib/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ pub struct Shared {

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

0 comments on commit ddab603

Please sign in to comment.