mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix(tauri-utils/config): rename WindowConfig from camelCase (#1220)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user