diff --git a/tauri-utils/src/config.rs b/tauri-utils/src/config.rs index 9732be21e..697ec6819 100644 --- a/tauri-utils/src/config.rs +++ b/tauri-utils/src/config.rs @@ -50,6 +50,7 @@ impl<'de> Deserialize<'de> for WindowUrl { /// The window configuration object. #[derive(PartialEq, Deserialize, Debug, Clone)] +#[serde(rename_all = "camelCase")] pub struct WindowConfig { #[serde(default = "default_window_label")] /// The window identifier.