diff --git a/iced_layershell/src/actions.rs b/iced_layershell/src/actions.rs index 9bfc0a2..517b7fb 100644 --- a/iced_layershell/src/actions.rs +++ b/iced_layershell/src/actions.rs @@ -43,9 +43,9 @@ pub type LayershellCustomActionsWithId = LayershellCustomActionsWithIdAndInfo<() // first one means #[derive(Debug, Clone, Copy)] pub(crate) struct LayershellCustomActionsWithIdInner( - pub LayerId, - pub Option, - pub LayershellCustomActionsWithInfo, + pub LayerId, // come from + pub Option, // target if has one + pub LayershellCustomActionsWithInfo, // actions ); impl From> for Action {