Update brain to 0.24.2 and fix TPS counter disappearing

This commit is contained in:
UnicornFreedom 2025-12-03 03:31:48 +01:00
parent 3b82541da6
commit cf78c278af
No known key found for this signature in database
GPG Key ID: B4ED0DB6B940024F
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit da5dd8877035f4994b77047658561d316319b54b
Subproject commit bec1cc6b1e9e588692f753e9c617063c74967fed

View File

@ -42,7 +42,7 @@ class StatusBar extends Widget {
Padding2D(left = 8, right = 8),
)
} else {
children = children.take(2)
children = children.take(3)
}
}