mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: showDecorate
This commit is contained in:
@@ -48,7 +48,7 @@ class Avatar extends StatelessWidget {
|
||||
onTap: onTap,
|
||||
child: _buildAvatar(colorScheme),
|
||||
),
|
||||
if (!garbPendantImage.isNullOrEmpty)
|
||||
if (showDynDecorate && !garbPendantImage.isNullOrEmpty)
|
||||
Positioned(
|
||||
top: -size * 0.375, // -(size * 1.75 - size) / 2
|
||||
child: IgnorePointer(
|
||||
|
||||
Reference in New Issue
Block a user