mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 01:11:28 +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
|
onTap: () {}, // Absorb tap events to prevent dialog dismiss
|
||||||
child: MobileCustomScaleControls(ffi: gFFI),
|
child: MobileCustomScaleControls(ffi: gFFI),
|
||||||
)
|
)
|
||||||
: SizedBox.shrink()),
|
: const SizedBox.shrink()),
|
||||||
const Divider(color: MyTheme.border),
|
const Divider(color: MyTheme.border),
|
||||||
for (var e in imageQualityRadios)
|
for (var e in imageQualityRadios)
|
||||||
Obx(() => getRadio<String>(
|
Obx(() => getRadio<String>(
|
||||||
|
|||||||
Reference in New Issue
Block a user