fix: showDecorate

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-23 13:20:30 +08:00
parent 07e34eb17b
commit f779ed63e8
4 changed files with 6 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ class Avatar extends StatelessWidget {
: _BadgeType.none,
badgeSize = badgeSize ?? size / 3;
static final showDynDecorate = GStorage.showDynDecorate;
static bool showDynDecorate = GStorage.showDynDecorate;
@override
Widget build(BuildContext context) {