generated from nhcarrigan/template
fix: config init
This commit is contained in:
@@ -119,6 +119,8 @@ mod tests {
|
|||||||
theme: Theme::Light,
|
theme: Theme::Light,
|
||||||
greeting_enabled: true,
|
greeting_enabled: true,
|
||||||
greeting_custom_prompt: Some("Hello!".to_string()),
|
greeting_custom_prompt: Some("Hello!".to_string()),
|
||||||
|
notifications_enabled: true,
|
||||||
|
notification_volume: 0.7,
|
||||||
};
|
};
|
||||||
|
|
||||||
let json = serde_json::to_string(&config).unwrap();
|
let json = serde_json::to_string(&config).unwrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user