Trying to fix ProgressBar for Local

This commit is contained in:
Amesaru 2021-04-20 17:47:27 +03:00 committed by Amesaru
parent c98c131ee5
commit 854fadcee5

View File

@ -399,7 +399,6 @@ void LocalServer::processQueries()
// Just a keep-alive update.
return true;
}
progress_bar.updateProgress(progress, value);
progress_bar.writeProgress(progress, watch);
return true;
}