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