voy a empezar con los acabados de cubierta

This commit is contained in:
Jaime Jiménez
2025-08-06 08:33:37 +02:00
parent 3f89f323cf
commit a593a1af78
6 changed files with 137 additions and 82 deletions

View File

@ -8,7 +8,7 @@ public class ImagenPresupuesto {
private String imagen;
private String alt;
private String texto;
private boolean selected;
private boolean selected = false;
private Map<String, String> extra_data;
// Constructores