fix: import backup

This commit is contained in:
lollipopkit
2023-08-01 13:41:00 +08:00
parent 0f83d10bfa
commit 33932f7428
9 changed files with 26 additions and 34 deletions

View File

@@ -290,11 +290,11 @@ class _SftpPageState extends State<SftpPage> {
title: Text(file.filename),
trailing: trailing,
subtitle: isDir
? null
: Text(
(file.attr.size ?? 0).convertBytes,
style: grey,
),
? null
: Text(
(file.attr.size ?? 0).convertBytes,
style: grey,
),
onTap: () {
if (isDir) {
_status.path?.update(file.filename);