mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
fixed reloading of ShareManager due to postModDirectories and made it reload after addign new share
This commit is contained in:
parent
e4568a896f
commit
ff4c43819e
4 changed files with 13 additions and 7 deletions
|
@ -756,7 +756,10 @@ void MainWindow::updateFriends()
|
|||
void MainWindow::postModDirectories(bool update_local)
|
||||
{
|
||||
RSettingsWin::postModDirectories(update_local);
|
||||
ShareManager::postModDirectories(update_local);
|
||||
|
||||
// Why would we need that?? The effect is to reset the flags while we're changing them, so it's really not
|
||||
// a good idea.
|
||||
//ShareManager::postModDirectories(update_local);
|
||||
|
||||
QCoreApplication::flush();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue