mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
Update flutter/lib/mobile/pages/remote_page.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c7730d5f52
commit
7c35897408
@@ -1204,9 +1204,7 @@ void showOptions(
|
||||
: null)),
|
||||
// Show custom scale controls when custom view style is selected
|
||||
Obx(() => viewStyle.value == kRemoteViewStyleCustom
|
||||
? GestureDetector(
|
||||
behavior: HitTestBehavior.opaque,
|
||||
onTap: () {}, // Absorb tap events to prevent dialog dismiss
|
||||
? AbsorbPointer(
|
||||
child: MobileCustomScaleControls(ffi: gFFI),
|
||||
)
|
||||
: const SizedBox.shrink()),
|
||||
|
||||
Reference in New Issue
Block a user