merge
All checks were successful
Linux arm64 / Build (push) Successful in 36s

This commit is contained in:
Melvyn
2025-01-29 18:57:00 +01:00
parent 412684e6f0
commit e12955ab4a
3 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ public class RenderableMultidoku {
}
public boolean isResolved() {
return this.doku.isValid();
return this.doku.isSolved();
}
public int getWidth() {