mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 18:56:23 -04:00
fixed bug introduced by last commit
This commit is contained in:
parent
7a49099952
commit
30c2ff4b5e
1 changed files with 1 additions and 2 deletions
|
@ -528,8 +528,7 @@ void LocalSharedFilesDialog::checkUpdate()
|
|||
|
||||
void LocalSharedFilesDialog::forceCheck()
|
||||
{
|
||||
rsFiles->ForceDirectoryCheck(true);
|
||||
return;
|
||||
rsFiles->ForceDirectoryCheck();
|
||||
}
|
||||
|
||||
void RemoteSharedFilesDialog::spawnCustomPopupMenu( QPoint point )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue