elukjanovica 2024-06-07 08:53:40 +03:00
parent 2ed0b17c52
commit f2669c59b1
1 changed files with 0 additions and 1 deletions

View File

@ -488,7 +488,6 @@ def delete_albums_mode(album, y, album_rect, current_hovered_index, hover_index)
if album not in albums_to_delete:
albums_to_delete.append(album)
checkbox_image = Image((checkbox[0] + checkbox[1] + 3, 0), (cons[2], y + cons[3]), (checkbox[1], checkbox[1]))
print(albums_to_delete)
elif album in albums_to_delete: