This commit is contained in:
rustdesk
2023-07-10 23:02:26 +08:00
parent 3c5e27b0ca
commit 6b8d2a33c0
35 changed files with 138 additions and 70 deletions

View File

@@ -108,8 +108,8 @@ class _HomePageState extends State<HomePage> {
children: [
Tooltip(
message: currentKey.isOut
? translate('outgoing connection')
: translate('incomming connection'),
? translate('Outgoing connection')
: translate('Incoming connection'),
child: Icon(
currentKey.isOut
? Icons.call_made_rounded