mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-07 09:52:49 +08:00
Update peer_tab_page.dart
This commit is contained in:
parent
4b33ee6309
commit
ff3ca6f719
@ -624,7 +624,7 @@ class _PeerSortDropdownState extends State<PeerSortDropdown> {
|
||||
var menuPos = RelativeRect.fromLTRB(0, 0, 0, 0);
|
||||
return InkWell(
|
||||
child: Tooltip(
|
||||
message: translate('Sort By'),
|
||||
message: translate('Sort by'),
|
||||
child: Icon(
|
||||
Icons.sort_rounded,
|
||||
size: 18,
|
||||
|
Loading…
Reference in New Issue
Block a user