feat: better song edit menu with multiselect support

This commit is contained in:
Mark
2025-08-23 14:02:34 +02:00
parent ee7c74f3a8
commit 12d85241cd
6 changed files with 488 additions and 28 deletions

View File

@@ -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,
}