remove library header button
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-10-01 12:21:54 -05:00
parent 2925a5b69e
commit 61fdc288b6

View file

@ -544,28 +544,6 @@ impl cosmic::Application for App {
TPosition::Bottom,
)
.gap(cosmic::theme::spacing().space_xs),
tooltip(
button::custom(
row!(
Container::new(
icon::from_name("view-list-symbolic")
.scale(3)
)
.center_y(Length::Fill),
text::body(if self.library_open {
"Close Library"
} else {
"Open Library"
})
)
.spacing(5),
)
.class(cosmic::theme::style::Button::HeaderBar)
.on_press(Message::LibraryToggle),
"Open Library",
TPosition::Bottom,
)
.gap(cosmic::theme::spacing().space_xs),
]
.spacing(HEADER_SPACE)
.into();