Do not derive Default on JournalSettings
This commit is contained in:
parent
9a381c1803
commit
6d020a3ee9
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ pub enum Autosave {
|
|||
OnWindowChange,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default, Serialize, Deserialize, JsonSchema)]
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
|
||||
pub struct JournalSettings {
|
||||
pub path: Option<String>,
|
||||
pub hour_format: Option<HourFormat>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue