summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 1baa7d5..0144a7d 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -142,7 +142,9 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
mPicWidget->readSettings();
mArchive->setConstructingDone();
Helper::centerWidget(mArchive->progressDialog());
- mArchive->progressDialog()->show();
+ if(mArchive->archiveModel()->collector()->isRunning()){
+ mArchive->progressDialog()->show();
+ }
Helper::centerWidget(picViewer);
}