Refactor: curve password text and small change
Code Quality / quality-checks (push) Has been cancelled

Curve password text around the circle instead of straight dots
Cleared text is displayed on top of the circle instead of in the middle
This commit is contained in:
2026-04-10 13:34:18 +02:00
parent fbd7aee9d2
commit 49438ecd62
3 changed files with 27 additions and 13 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ impl LockedSurface {
}
self.renderer
.set_password_display(self.input_handler.get_display_password());
.set_password_display(self.input_handler.password_length());
self.renderer.render();
}