chore: fix examples and add them to GitHub CI

This commit is contained in:
Konstantinos Lampropoulos 2024-09-03 14:33:26 +03:00 committed by GitHub
parent 0a1922d4b3
commit b2ecb41098
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View file

@ -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,