1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-06-24 22:42:28 +00:00

Fix ui issues on imports

This commit is contained in:
2025-02-04 15:51:47 +01:00
parent bef910bce3
commit efb57dd70c
7 changed files with 35 additions and 30 deletions

View File

@ -52,6 +52,5 @@ void UnzipJob::run()
qDebug() << dir_import_path << " to " << this->m_dir_out;
auto ret = dir.rename(dir_import_path, this->m_dir_out.absolutePath());
tmp_dir.removeRecursively();;
emit resultReady(ret);
emit resultReady(!ret);
}