mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-05-09 07:38:09 +03:00
fix(keyboard): iPad, icon
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -828,6 +828,7 @@ class _SettingsState extends State<SettingsPage> with WidgetsBindingObserver {
|
||||
description: Text(ShortcutModel.isEnabled()
|
||||
? translate('On')
|
||||
: translate('Off')),
|
||||
trailing: Icon(Icons.arrow_forward_ios),
|
||||
onPressed: (context) {
|
||||
Navigator.push(
|
||||
context,
|
||||
@@ -1371,4 +1372,3 @@ SettingsTile _getPopupDialogRadioEntry({
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user