mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
try out 3.22.2
This commit is contained in:
parent
42394fcbdd
commit
1cb0e1ce7b
6 changed files with 15 additions and 11 deletions
|
@ -930,7 +930,7 @@ void showOptions(
|
|||
border: Border.all(color: Theme.of(context).hintColor),
|
||||
borderRadius: BorderRadius.circular(2),
|
||||
color: i == cur
|
||||
? Theme.of(context).toggleableActiveColor.withOpacity(0.6)
|
||||
? Theme.of(context).primaryColor.withOpacity(0.6)
|
||||
: null),
|
||||
child: Center(
|
||||
child: Text((i + 1).toString(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue