mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 04:43:20 +03:00
android direct ip access
This commit is contained in:
@@ -333,14 +333,8 @@ class PermissionRow extends StatelessWidget {
|
||||
child: FittedBox(
|
||||
fit: BoxFit.scaleDown,
|
||||
alignment: Alignment.centerLeft,
|
||||
child: Text(name,
|
||||
style: TextStyle(
|
||||
fontSize: 16.0,
|
||||
fontWeight:
|
||||
Theme.of(context).brightness == Brightness.dark
|
||||
? FontWeight.bold
|
||||
: null,
|
||||
color: MyTheme.accent80)))),
|
||||
child:
|
||||
Text(name, style: Theme.of(context).textTheme.labelLarge))),
|
||||
Expanded(
|
||||
flex: 2,
|
||||
child: FittedBox(
|
||||
|
||||
Reference in New Issue
Block a user