fix(bank_panel): drop membership count from mode switch labels

This commit is contained in:
2026-07-23 15:36:40 -04:00
parent 61e3d08849
commit 95d8017656
2 changed files with 6 additions and 16 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ struct HeaderRect {
};
// One segment's pixel rectangle within the header, top-left origin. These are the
// draw bounds for one mode's button; the panel draws the mode's label + membership
// indicator inside it and lights it when it is the active mode.
// draw bounds for one mode's button; the panel draws the mode's display name inside
// it and lights it when it is the active mode.
struct SegmentRect {
int x = 0;
int y = 0;