fix: make login screen use asterisks instead of bullets, bump >6 app limit in Files

This commit is contained in:
2026-04-05 22:55:50 +02:00
parent 88380bae59
commit 2d75122dc7
5 changed files with 4 additions and 78 deletions
-2
View File
@@ -102,8 +102,6 @@ inline constexpr int FIELD_GAP = 12;
inline constexpr int POWER_BTN_W = 104;
inline constexpr int POWER_BTN_GAP = 8;
inline constexpr int FOOTER_PAD = 16;
inline constexpr int PASSWORD_MASK_CODEPOINT = 0x2022;
struct LoginLayout {
gui::Rect card;
gui::Rect titlebar;