mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 06:33:18 +03:00
update peer view type icons
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
@@ -237,6 +237,8 @@ class _PeerTabPageState extends State<PeerTabPage>
|
|||||||
child: Icon(
|
child: Icon(
|
||||||
peerCardUiType.value == PeerUiType.grid
|
peerCardUiType.value == PeerUiType.grid
|
||||||
? Icons.view_list_rounded
|
? Icons.view_list_rounded
|
||||||
|
: peerCardUiType.value == PeerUiType.tile
|
||||||
|
? Icons.view_agenda_rounded
|
||||||
: Icons.grid_view_rounded,
|
: Icons.grid_view_rounded,
|
||||||
size: 18,
|
size: 18,
|
||||||
color: textColor,
|
color: textColor,
|
||||||
|
|||||||
Reference in New Issue
Block a user