fix: config init
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 54s
CI / Lint & Test (pull_request) Successful in 14m8s
CI / Build Linux (pull_request) Successful in 16m37s
CI / Build Windows (cross-compile) (pull_request) Successful in 26m35s

This commit is contained in:
2026-01-19 15:36:48 -08:00
parent fa04d066e5
commit df3b0b24fd
+2
View File
@@ -119,6 +119,8 @@ mod tests {
theme: Theme::Light,
greeting_enabled: true,
greeting_custom_prompt: Some("Hello!".to_string()),
notifications_enabled: true,
notification_volume: 0.7,
};
let json = serde_json::to_string(&config).unwrap();