Pass IDs to IconButton
s instead of generating them
This commit is contained in:
parent
7719ed0d6c
commit
47f979d457
11 changed files with 40 additions and 39 deletions
|
@ -130,9 +130,9 @@ mod stories {
|
|||
],
|
||||
))
|
||||
.right_items(vec![
|
||||
IconButton::new(Icon::InlayHint),
|
||||
IconButton::new(Icon::MagnifyingGlass),
|
||||
IconButton::new(Icon::MagicWand),
|
||||
IconButton::new(Icon::InlayHint, "toggle_inlay_hints"),
|
||||
IconButton::new(Icon::MagnifyingGlass, "buffer_search"),
|
||||
IconButton::new(Icon::MagicWand, "inline_assist"),
|
||||
]),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue