mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 20:11:29 +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).
|
/// Application metadata for the [`PredefinedMenuItem::about`](crate::PredefinedMenuItem::about).
|
||||||
#[derive(Debug, Clone, Default)]
|
#[derive(Debug, Clone, Default)]
|
||||||
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
|
|
||||||
pub struct AboutMetadata {
|
pub struct AboutMetadata {
|
||||||
/// Sets the application name.
|
/// Sets the application name.
|
||||||
pub name: Option<String>,
|
pub name: Option<String>,
|
||||||
|
|
Loading…
Reference in a new issue