opt.: cancel sftp mission

This commit is contained in:
lollipopkit
2023-07-29 18:24:22 +08:00
parent e13c5910ec
commit 0f83d10bfa
12 changed files with 277 additions and 230 deletions

View File

@@ -25,7 +25,7 @@ import 'convert.dart';
import 'debug.dart';
import 'private_key/list.dart';
import 'setting.dart';
import 'sftp/local.dart';
import 'storage/local.dart';
class HomePage extends StatefulWidget {
const HomePage({Key? key}) : super(key: key);
@@ -219,7 +219,7 @@ class _HomePageState extends State<HomePage>
leading: const Icon(Icons.download),
title: Text(_s.download),
onTap: () => AppRoute(
const SFTPDownloadedPage(),
const LocalStoragePage(),
'sftp local page',
).go(context),
),