Change label of Toggler to optional
This commit is contained in:
parent
aa18a6e0d5
commit
7a626f3b7b
3 changed files with 53 additions and 32 deletions
|
|
@ -299,7 +299,7 @@ impl toggler::Renderer for Null {
|
|||
_bounds: Rectangle,
|
||||
_is_checked: bool,
|
||||
_is_mouse_over: bool,
|
||||
_label: Self::Output,
|
||||
_label: Option<Self::Output>,
|
||||
_style: &Self::Style,
|
||||
) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue