mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 07:01:29 +03:00
fix peers loaded bug and fix group style on desktop, mobile has more
pending problems
This commit is contained in:
@@ -76,7 +76,7 @@ class _AddressBookState extends State<AddressBook> {
|
||||
border:
|
||||
Border.all(color: Theme.of(context).colorScheme.background)),
|
||||
child: Container(
|
||||
width: 180,
|
||||
width: 150,
|
||||
height: double.infinity,
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: Column(
|
||||
|
||||
Reference in New Issue
Block a user