fix: Compressing typo
Signed-off-by: AtomHare <29772841+AtomHare@users.noreply.github.com>
This commit is contained in:
parent
3b0564f098
commit
853e4a13ab
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ auto ExportToZipTask::exportZip() -> ZipResult
|
|||
|
||||
auto absolute = file.absoluteFilePath();
|
||||
auto relative = m_dir.relativeFilePath(absolute);
|
||||
setStatus("Compresing: " + relative);
|
||||
setStatus("Compressing: " + relative);
|
||||
setProgress(m_progress + 1, m_progressTotal);
|
||||
if (m_follow_symlinks) {
|
||||
if (file.isSymLink())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue