hide hashing status in statusbar after extrafiles done

This commit is contained in:
RetroPooh 2021-02-15 23:41:44 +03:00
parent 3eb5142fe8
commit 7c5fe7e0a3

View File

@ -257,4 +257,9 @@ void HashBox::checkAttachmentReady()
updateGeometry();
emit fileHashingFinished(hashedFiles);
auto ev = std::make_shared<RsSharedDirectoriesEvent>();
ev->mEventCode = RsSharedDirectoriesEventCode::DIRECTORY_SWEEP_ENDED;
if(rsEvents)
rsEvents->postEvent(ev);
}