Closed tesselslate closed 2 months ago
This approach means only locked instances will have their position preserved, i think it would be better to save all instances positions. This could even simplify implementation by just setting the value in SeedQueueEntry
in SeedQueueWallScreen#updateMainPreviews
.
Previously, locked previews would sometimes change location when
SeedQueueWallScreen
was reinitialized and all of the previews were updated again. This PR makes locked previews in the main group stay in the same position even afterSeedQueueWallScreen
is reinitialized.https://github.com/user-attachments/assets/91ee75ff-7cfd-4284-ba6e-fe36d1dd5976
Closes #7