mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 12:01:31 +11:00
fix: remove AboutMetadata
serde support
This commit is contained in:
parent
47d1808090
commit
0050d4f273
|
@ -2,7 +2,6 @@ use crate::icon::Icon;
|
|||
|
||||
/// Application metadata for the [`PredefinedMenuItem::about`](crate::PredefinedMenuItem::about).
|
||||
#[derive(Debug, Clone, Default)]
|
||||
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
|
||||
pub struct AboutMetadata {
|
||||
/// Sets the application name.
|
||||
pub name: Option<String>,
|
||||
|
|
Loading…
Reference in a new issue