mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 10:21:29 +03:00
mobile server_page text theme & fix lang.py and update langs
This commit is contained in:
@@ -334,9 +334,12 @@ class PermissionRow extends StatelessWidget {
|
||||
fit: BoxFit.scaleDown,
|
||||
alignment: Alignment.centerLeft,
|
||||
child: Text(name,
|
||||
style: const TextStyle(
|
||||
style: TextStyle(
|
||||
fontSize: 16.0,
|
||||
fontWeight: FontWeight.bold,
|
||||
fontWeight:
|
||||
Theme.of(context).brightness == Brightness.dark
|
||||
? FontWeight.bold
|
||||
: null,
|
||||
color: MyTheme.accent80)))),
|
||||
Expanded(
|
||||
flex: 2,
|
||||
|
||||
Reference in New Issue
Block a user