mirror of
https://github.com/Dummi26/musicdb.git
synced 2026-08-13 09:42:40 +02:00
feat: better song edit menu with multiselect support
This commit is contained in:
@@ -1258,8 +1258,8 @@ pub enum GuiAction {
|
||||
Do(Box<dyn FnOnce(&mut Gui)>),
|
||||
Exit,
|
||||
EditSongs(Vec<Song>),
|
||||
// EditAlbums(Vec<Album>),
|
||||
// EditArtists(Vec<Artist>),
|
||||
// EditAlbums(Vec<Album>, bool),
|
||||
// EditArtists(Vec<Artist>, bool),
|
||||
OpenAddSongsMenu,
|
||||
CloseAddSongsMenu,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user