feat: synchronisation mode deconnecte fin chat et stats
This commit is contained in:
@@ -20,11 +20,15 @@ NavigationDestination createBadgedNavigationDestination({
|
||||
final badgedIcon = BadgedIcon(
|
||||
icon: icon.icon!,
|
||||
showBadge: true,
|
||||
color: icon.color,
|
||||
size: icon.size,
|
||||
);
|
||||
|
||||
final badgedSelectedIcon = BadgedIcon(
|
||||
icon: selectedIcon.icon!,
|
||||
showBadge: true,
|
||||
color: selectedIcon.color,
|
||||
size: selectedIcon.size,
|
||||
);
|
||||
|
||||
return NavigationDestination(
|
||||
|
||||
Reference in New Issue
Block a user