mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-14 22:55:12 +10:00
Proper formatting
This commit is contained in:
@@ -103,7 +103,7 @@ class QuickSwitchBar extends StatelessWidget {
|
||||
|
||||
Widget _buildIconWithBadge(Icon icon, int count) {
|
||||
if (count <= 0) return icon;
|
||||
|
||||
|
||||
return Badge(
|
||||
label: Text(
|
||||
count > 99 ? '99+' : count.toString(),
|
||||
|
||||
Reference in New Issue
Block a user