Skip to content

Commit

Permalink
Separators in menus
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed May 10, 2024
1 parent 38cdea9 commit b8410cd
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 120 deletions.
1 change: 1 addition & 0 deletions examples/menu.rs
Expand Up @@ -44,5 +44,6 @@ fn menu(top: bool) -> Menu<MenuOptions> {
})
.with(MenuItem::new(MenuOptions::First, "First"))
.with(MenuItem::new(MenuOptions::Second, "Second"))
.with_separator()
.with(third)
}

0 comments on commit b8410cd

Please sign in to comment.