mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-13 16:21:06 +03: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
f8d34ac40b
commit
2c36fe85cb
@@ -1209,7 +1209,7 @@ void showOptions(
|
||||
onTap: () {}, // Absorb tap events to prevent dialog dismiss
|
||||
child: MobileCustomScaleControls(ffi: gFFI),
|
||||
)
|
||||
: SizedBox.shrink()),
|
||||
: const SizedBox.shrink()),
|
||||
const Divider(color: MyTheme.border),
|
||||
for (var e in imageQualityRadios)
|
||||
Obx(() => getRadio<String>(
|
||||
|
||||
Reference in New Issue
Block a user