mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 18:11:26 +03:00
fix key event
This commit is contained in:
@@ -213,6 +213,10 @@ class _PermissionCheckerState extends State<PermissionChecker> {
|
||||
"* ${translate("android_version_audio_tip")}",
|
||||
style: TextStyle(color: MyTheme.darkGray),
|
||||
),
|
||||
Text(
|
||||
"DEBUG:VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR",
|
||||
style: TextStyle(color: MyTheme.darkGray),
|
||||
),
|
||||
SizedBox(height: 8),
|
||||
Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
|
||||
Reference in New Issue
Block a user