Skip to content

Commit

Permalink
Merge pull request #34 from rustdesk/master
Browse files Browse the repository at this point in the history
sync master
  • Loading branch information
aeltorio authored May 29, 2024
2 parents 1135519 + 0e97696 commit 5f3c39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/common/widgets/peer_tab_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ class _PeerTabPageState extends State<PeerTabPage>
Widget _toggleTags() {
return _hoverAction(
context: context,
toolTip: translate('Toggle tags'),
toolTip: translate('Toggle Tags'),
hoverableWhenfalse: hideAbTagsPanel,
child: Icon(
Icons.tag_rounded,
Expand Down

0 comments on commit 5f3c39e

Please sign in to comment.