mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-25 23:06:10 -05:00
Merge pull request #2326 from RetroPooh/hashfinxf
hide hashing status in statusbar after extrafiles done
This commit is contained in:
commit
36b64696a1
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user