remove extra reference

This commit is contained in:
yggverse 2024-10-31 16:19:16 +02:00
parent 6aee2edd75
commit a0a6a5c206

View File

@ -14,7 +14,7 @@ impl Widget {
.autohide(false) .autohide(false)
.expand_tabs(false) .expand_tabs(false)
.start_action_widget(start_action_widget) .start_action_widget(start_action_widget)
.view(&view) .view(view)
.build(), .build(),
}) })
} }