opt.: write script to server tip

This commit is contained in:
lollipopkit
2024-06-09 13:57:02 +08:00
parent e5ef28415b
commit edceb5900e
19 changed files with 60 additions and 32 deletions

View File

@@ -517,7 +517,7 @@ class SSHPageState extends State<SSHPage>
Future<void> _showHelp() async {
if (Stores.setting.sshTermHelpShown.fetch()) return;
return await context.showRoundDialog(
title: l10n.doc,
child: Text(l10n.sshTermHelp),