Merge branch 'enhancement/bluetooth-disabled-warning' of github.com:ChaoticLeah/meshcore-open into enhancement/bluetooth-disabled-warning

This commit is contained in:
Leah
2026-02-12 20:15:58 +01:00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ class _ScannerScreenState extends State<ScannerScreen> {
color: Colors.red.withValues(alpha: 0.15),
child: Row(
children: [
Icon(Icons.bluetooth_disabled, size: 24, color: Colors.red),
const Icon(Icons.bluetooth_disabled, size: 24, color: Colors.red),
const SizedBox(width: 12),
Expanded(
child: Column(