mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-22 10:02:20 +00:00
fix(keyboard): iPad, icon
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
7067125779
commit
fe93cbe570
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
|||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue