fix(tauri-utils/config): rename WindowConfig from camelCase (#1220)

This commit is contained in:
Noah Klayman 2021-02-11 21:09:03 -08:00 committed by GitHub
parent 07208dff6c
commit 7364f97d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.