mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
Merge pull request #2326 from RetroPooh/hashfinxf
hide hashing status in statusbar after extrafiles done
This commit is contained in:
commit
36b64696a1
1 changed files with 5 additions and 0 deletions
|
@ -257,4 +257,9 @@ void HashBox::checkAttachmentReady()
|
||||||
updateGeometry();
|
updateGeometry();
|
||||||
|
|
||||||
emit fileHashingFinished(hashedFiles);
|
emit fileHashingFinished(hashedFiles);
|
||||||
|
|
||||||
|
auto ev = std::make_shared<RsSharedDirectoriesEvent>();
|
||||||
|
ev->mEventCode = RsSharedDirectoriesEventCode::DIRECTORY_SWEEP_ENDED;
|
||||||
|
if(rsEvents)
|
||||||
|
rsEvents->postEvent(ev);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue