making library items look and behave more like buttons
This commit is contained in:
parent
539635461f
commit
929b0a33d1
2 changed files with 52 additions and 13 deletions
|
@ -12,7 +12,7 @@ pub struct Model<T> {
|
|||
pub kind: LibraryKind,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, PartialEq, Copy)]
|
||||
pub enum LibraryKind {
|
||||
Song,
|
||||
Video,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue