main
parent
2ed0b17c52
commit
f2669c59b1
1
main.py
1
main.py
|
@ -488,7 +488,6 @@ def delete_albums_mode(album, y, album_rect, current_hovered_index, hover_index)
|
||||||
|
|
||||||
if album not in albums_to_delete:
|
if album not in albums_to_delete:
|
||||||
albums_to_delete.append(album)
|
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)
|
print(albums_to_delete)
|
||||||
|
|
||||||
elif album in albums_to_delete:
|
elif album in albums_to_delete:
|
||||||
|
|
Loading…
Reference in New Issue