mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05:00
hide hashing status in statusbar after extrafiles done
This commit is contained in:
parent
3eb5142fe8
commit
7c5fe7e0a3
@ -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…
Reference in New Issue
Block a user