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