mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-24 04:11:30 +11:00
chore: fix doc link
This commit is contained in:
parent
ee30bf8d29
commit
6a3f2ba7e7
|
@ -1,6 +1,6 @@
|
||||||
use crate::icon::Icon;
|
use crate::icon::Icon;
|
||||||
|
|
||||||
/// Application metadata for the [`PredefinedMenuItem::about`].
|
/// Application metadata for the [`PredefinedMenuItem::about`](crate::PredefinedMenuItem::about).
|
||||||
#[derive(Debug, Clone, Default)]
|
#[derive(Debug, Clone, Default)]
|
||||||
pub struct AboutMetadata {
|
pub struct AboutMetadata {
|
||||||
/// Sets the application name.
|
/// Sets the application name.
|
||||||
|
|
Loading…
Reference in a new issue