mirror of https://github.com/tauri-apps/tauri
fix(tauri-utils): docs for config::DeepLinkProtocol (#10979)
This commit is contained in:
parent
9d468774a9
commit
c901d9fdf9
|
@ -1058,7 +1058,7 @@ pub struct FileAssociation {
|
||||||
pub mime_type: Option<String>,
|
pub mime_type: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// File association
|
/// Deep link protocol configuration.
|
||||||
#[derive(Debug, PartialEq, Eq, Clone, Deserialize, Serialize)]
|
#[derive(Debug, PartialEq, Eq, Clone, Deserialize, Serialize)]
|
||||||
#[cfg_attr(feature = "schema", derive(JsonSchema))]
|
#[cfg_attr(feature = "schema", derive(JsonSchema))]
|
||||||
#[serde(rename_all = "camelCase", deny_unknown_fields)]
|
#[serde(rename_all = "camelCase", deny_unknown_fields)]
|
||||||
|
|
Loading…
Reference in New Issue