diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-11-26 15:33:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-26 15:33:49 +0100 |
| commit | a0229380ce08715198a1181b61c2f357ad641ca8 (patch) | |
| tree | 6f5fca3922c75e55923074f81418b79101698491 | |
| parent | ddba54382aab3cb5548485d14c85e2611272f3cb (diff) | |
Refresh after waiting for application (vfs)
| -rw-r--r-- | src/organizerproxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp index c2283acc..06e932cb 100644 --- a/src/organizerproxy.cpp +++ b/src/organizerproxy.cpp @@ -155,7 +155,7 @@ bool OrganizerProxy::waitForApplication(HANDLE handle, LPDWORD exitCode) const auto runner = m_Proxied->processRunner();
const auto r = runner
- .setWaitForCompletion(ProcessRunner::ForceWait, UILocker::OutputRequired)
+ .setWaitForCompletion(ProcessRunner::ForceWait | ProcessRunner::Refresh, UILocker::OutputRequired)
.attachToProcess(handle);
if (exitCode) {
|
