mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 19:13:19 +03:00
@@ -977,9 +977,11 @@ Widget _OptionCheckBox(BuildContext context, String label, String key,
|
||||
],
|
||||
),
|
||||
).marginOnly(left: _kCheckBoxLeftMargin),
|
||||
onTap: () {
|
||||
onChanged(!ref.value);
|
||||
},
|
||||
onTap: enabled
|
||||
? () {
|
||||
onChanged(!ref.value);
|
||||
}
|
||||
: null,
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user