mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
@@ -1255,12 +1255,12 @@ class _InputState extends State<_Input> {
|
||||
_Radio(context,
|
||||
value: kScrollModeDefault,
|
||||
groupValue: groupValue,
|
||||
label: 'Default scroll',
|
||||
label: 'Default mode',
|
||||
onChanged: onChanged),
|
||||
_Radio(context,
|
||||
value: kScrollModeReverse,
|
||||
groupValue: groupValue,
|
||||
label: 'Reverse scroll',
|
||||
label: 'Reverse mode',
|
||||
onChanged: onChanged),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user