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

@@ -65,7 +65,7 @@ class _SSHTabPageState extends State<SSHTabPage>
void _onTapClose(String name) async {
SSHPage.focusNode.unfocus();
final confirm = await showDialog<bool>(
context: context,
builder: (context) {