From 4ae6a9a9a76d95073e6ab49654f410247ea4b589 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 26 Aug 2025 09:47:35 -0500 Subject: [PATCH] ohh --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 27b43ca..e2d63fe 100644 --- a/src/main.rs +++ b/src/main.rs @@ -276,7 +276,7 @@ impl App { .iter() .enumerate() .map(|(index, item)| { - let button = button::standard(item.title.clone()) + let button = button(item.title.clone() .leading_icon({ match item.kind { core::kinds::ServiceItemKind::Song(_) => { @@ -295,7 +295,7 @@ impl App { icon::from_name("x-office-presentation-symbolic") }, } - }) + })) .class(iced::theme::style::Button::HeaderBar) .padding(5) .width(Length::Fill)