chore: fix examples and add them to GitHub CI
This commit is contained in:
parent
0a1922d4b3
commit
b2ecb41098
4 changed files with 4 additions and 3 deletions
|
|
@ -134,7 +134,7 @@ pub enum ContextMenuAction {
|
|||
|
||||
impl menu::Action for ContextMenuAction {
|
||||
type Message = Message;
|
||||
fn message(&self, _entity_opt: Option<segmented_button::Entity>) -> Self::Message {
|
||||
fn message(&self) -> Self::Message {
|
||||
match self {
|
||||
ContextMenuAction::WindowClose => Message::WindowClose,
|
||||
ContextMenuAction::ToggleHideContent => Message::ToggleHideContent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue