summaryrefslogtreecommitdiff
path: root/src/organizerproxy.cpp
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2020-11-26 15:33:49 +0100
committerGitHub <noreply@github.com>2020-11-26 15:33:49 +0100
commita0229380ce08715198a1181b61c2f357ad641ca8 (patch)
tree6f5fca3922c75e55923074f81418b79101698491 /src/organizerproxy.cpp
parentddba54382aab3cb5548485d14c85e2611272f3cb (diff)
Refresh after waiting for application (vfs)
Diffstat (limited to 'src/organizerproxy.cpp')
-rw-r--r--src/organizerproxy.cpp2
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) {