Refact. Remove idd driver (#7068)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
fufesou 2024-02-19 19:55:04 +08:00 committed by GitHub
parent 9a1fd1aa4f
commit 582db9d542
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 8 additions and 134 deletions

View file

@ -1048,10 +1048,11 @@ class _DisplayMenuState extends State<_DisplayMenu> {
ffi: widget.ffi,
screenAdjustor: _screenAdjustor,
),
_VirtualDisplayMenu(
id: widget.id,
ffi: widget.ffi,
),
// We may add this feature if it is needed and we have an EV certificate.
// _VirtualDisplayMenu(
// id: widget.id,
// ffi: widget.ffi,
// ),
Divider(),
toggles(),
];