virtual_display_privacy_mode, switch privacy, debug

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-11-14 20:46:06 +08:00
parent 1905a81f9a
commit d2ff675fbc
4 changed files with 9 additions and 8 deletions

View File

@@ -1071,11 +1071,11 @@ class _DisplayMenuState extends State<_DisplayMenu> {
ffi: widget.ffi,
child: Text(translate('Privacy Mode')),
menuChildren: privacyModeList
.map((e) => Obx(() => CkbMenuButton(
.map((e) => CkbMenuButton(
value: e.value,
onChanged: e.onChanged,
child: e.child,
ffi: ffi)))
ffi: ffi))
.toList()),
]);
}