mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-05-09 15:48: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()
|
description: Text(ShortcutModel.isEnabled()
|
||||||
? translate('On')
|
? translate('On')
|
||||||
: translate('Off')),
|
: translate('Off')),
|
||||||
|
trailing: Icon(Icons.arrow_forward_ios),
|
||||||
onPressed: (context) {
|
onPressed: (context) {
|
||||||
Navigator.push(
|
Navigator.push(
|
||||||
context,
|
context,
|
||||||
@@ -1371,4 +1372,3 @@ SettingsTile _getPopupDialogRadioEntry({
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user