add initial sync of extensions

This commit is contained in:
Fabian Freund
2026-02-09 04:59:43 +01:00
parent fec33aa694
commit e0cce93ffb
9 changed files with 180 additions and 18 deletions
@@ -37,11 +37,7 @@ class ExtensionBadgeIcon extends StatelessWidget {
textColor: state.badgeTextColor,
backgroundColor: state.badgeBackgroundColor,
child: RepaintBoundary(
child: SafeRawImage(
image: state.icon,
width: 24,
height: 24,
),
child: SafeRawImage(image: state.icon, width: 24, height: 24),
),
);
}