Rearrange to hopefully make merging easier

This commit is contained in:
Nathan Sobo 2024-01-01 12:15:07 -07:00
parent 219999cd8d
commit 81b03d379e
29 changed files with 109 additions and 109 deletions

View file

@ -136,9 +136,9 @@ impl QuickActionBarButton {
}
impl RenderOnce for QuickActionBarButton {
type Rendered = IconButton;
type Output = IconButton;
fn render(self, _: &mut WindowContext) -> Self::Rendered {
fn render(self, _: &mut WindowContext) -> Self::Output {
let tooltip = self.tooltip.clone();
let action = self.action.boxed_clone();