mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-12 18:25:14 +03:00
This commit is contained in:
@@ -495,14 +495,14 @@ class _CmHeaderState extends State<_CmHeader>
|
|||||||
if (client.type_() == ClientType.file)
|
if (client.type_() == ClientType.file)
|
||||||
FittedBox(
|
FittedBox(
|
||||||
child: Text(
|
child: Text(
|
||||||
translate("File Transfer"),
|
translate("Transfer file"),
|
||||||
style: TextStyle(color: Colors.white70, fontSize: 12),
|
style: TextStyle(color: Colors.white70, fontSize: 12),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (client.type_() == ClientType.camera)
|
if (client.type_() == ClientType.camera)
|
||||||
FittedBox(
|
FittedBox(
|
||||||
child: Text(
|
child: Text(
|
||||||
translate("View Camera"),
|
translate("View camera"),
|
||||||
style: TextStyle(color: Colors.white70, fontSize: 12),
|
style: TextStyle(color: Colors.white70, fontSize: 12),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user