opt.: sftp rename

This commit is contained in:
lollipopkit
2023-09-25 19:47:20 +08:00
parent 4d06a52e99
commit 153bfc191d
9 changed files with 53 additions and 53 deletions

View File

@@ -366,7 +366,7 @@ class _HomePageState extends State<HomePage>
text: text,
langCode: 'json',
title: l10n.setting,
).go(context);
).go<String>(context);
if (result == null) {
return;
}