mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-26 13:36:39 +10:00
Merge branch 'enhancement/bluetooth-disabled-warning' of github.com:ChaoticLeah/meshcore-open into enhancement/bluetooth-disabled-warning
This commit is contained in:
@@ -68,7 +68,6 @@
|
|||||||
"scanner_scan": "Scan",
|
"scanner_scan": "Scan",
|
||||||
"scanner_bluetoothOff": "Bluetooth is off",
|
"scanner_bluetoothOff": "Bluetooth is off",
|
||||||
"scanner_bluetoothOffMessage": "Please turn on Bluetooth to scan for devices",
|
"scanner_bluetoothOffMessage": "Please turn on Bluetooth to scan for devices",
|
||||||
"scanner_enableBluetooth": "Enable Bluetooth",
|
|
||||||
|
|
||||||
"device_quickSwitch": "Quick switch",
|
"device_quickSwitch": "Quick switch",
|
||||||
"device_meshcore": "MeshCore",
|
"device_meshcore": "MeshCore",
|
||||||
|
|||||||
@@ -242,7 +242,7 @@ class _ScannerScreenState extends State<ScannerScreen> {
|
|||||||
color: Colors.red.withValues(alpha: 0.15),
|
color: Colors.red.withValues(alpha: 0.15),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Icon(Icons.bluetooth_disabled, size: 24, color: Colors.red),
|
const Icon(Icons.bluetooth_disabled, size: 24, color: Colors.red),
|
||||||
const SizedBox(width: 12),
|
const SizedBox(width: 12),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|||||||
Reference in New Issue
Block a user