chore: bump version

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-18 23:15:40 +08:00
parent 076082c945
commit ea678f37b0
5 changed files with 27 additions and 28 deletions

View File

@@ -398,7 +398,6 @@ class _SftpPageState extends State<SftpPage> with AfterLayoutMixin {
final permStr = newPerm.perm;
if (ok == true && permStr != perm.perm) {
print('${perm.perm} -> $permStr');
await context.showLoadingDialog(
fn: () async {
await _client!.run('chmod $permStr "${_getRemotePath(file)}"');