mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 04:03:52 +03:00
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>,
|
||||
}
|
||||
|
||||
/// File association
|
||||
/// Deep link protocol configuration.
|
||||
#[derive(Debug, PartialEq, Eq, Clone, Deserialize, Serialize)]
|
||||
#[cfg_attr(feature = "schema", derive(JsonSchema))]
|
||||
#[serde(rename_all = "camelCase", deny_unknown_fields)]
|
||||
|
Loading…
Reference in New Issue
Block a user