This commit is contained in:
Nedifinita
2025-11-23 21:18:54 +08:00
parent 8615e53c85
commit fe2769f479
2 changed files with 5 additions and 5 deletions

View File

@@ -700,7 +700,7 @@ class _PixelPerfectBluetoothDialogState
Widget build(BuildContext context) {
final isConnected = widget.bleService.isConnected;
return AlertDialog(
title: Text(widget.rtlTcpEnabled ? 'RTL-TCP 模式' : '蓝牙设备'),
title: Text(widget.rtlTcpEnabled ? 'RTL-TCP 服务器' : '蓝牙设备'),
content: SizedBox(
width: double.maxFinite,
child: SingleChildScrollView(