mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 09:51:28 +03:00
added phrases for every empty peer type
This commit is contained in:
@@ -167,7 +167,7 @@ class _PeerTabPageState extends State<PeerTabPage>
|
||||
color: model.currentTab == t
|
||||
? Theme.of(context).colorScheme.background
|
||||
: null,
|
||||
borderRadius: BorderRadius.circular(isDesktop ? 2 : 6),
|
||||
borderRadius: BorderRadius.circular(6),
|
||||
),
|
||||
child: Align(
|
||||
alignment: Alignment.center,
|
||||
|
||||
Reference in New Issue
Block a user