This commit is contained in:
lollipopkit
2024-04-26 20:11:03 +08:00
parent 3237d9eb21
commit ece74d7552
9 changed files with 67 additions and 66 deletions

View File

@@ -47,6 +47,7 @@ class _SSHTabPageState extends State<SSHTabPage>
builder: (_, __) {
if (_fabRN.value != 0) return const SizedBox();
return FloatingActionButton(
heroTag: 'sshAddServer',
onPressed: () => AppRoute.serverEdit().go(context),
tooltip: l10n.addAServer,
child: const Icon(Icons.add),