Proper formatting

chore/offband-rebrand
Serge Tarkovski 5 months ago
parent 68bb031bb6
commit 87bcb6a6a3

@ -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(),

Loading…
Cancel
Save

Powered by TurnKey Linux.