making library items look and behave more like buttons

This commit is contained in:
Chris Cochrun 2025-01-15 12:48:27 -06:00
parent 539635461f
commit 929b0a33d1
2 changed files with 52 additions and 13 deletions

View file

@ -12,7 +12,7 @@ pub struct Model<T> {
pub kind: LibraryKind,
}
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq, Copy)]
pub enum LibraryKind {
Song,
Video,