fix: use checkbox instead of Overlays

This commit is contained in:
mtvare6 2025-07-02 07:20:54 +05:30
parent dc23f09f05
commit 20cfccbe25
2 changed files with 982 additions and 778 deletions

1759
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -228,7 +228,6 @@ impl SelectTool {
vec![
CheckboxInput::new(self.tool_data.dot_state.enabled)
.icon("Overlays")
.tooltip("Disable Transform Pivot Point")
.on_update(|optional_input: &CheckboxInput| SelectToolMessage::SelectOptions(SelectOptionsUpdate::ToggleDotType(optional_input.checked)).into())
.widget_holder(),