diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-02 11:06:10 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-02 11:06:10 -0500 |
| commit | 2b4d7929769a91d9de30e1e10319d1c9cf0450af (patch) | |
| tree | d4079f23afddf317549cabc5479d492cb6a96e10 /src/processrunner.h | |
| parent | eabca00c35d7af3b6822bb7857ef1e073807ca0a (diff) | |
don't show the lock overlay for processes that are not hooked
starting exe from filetree is now hooked
usvfs progress dialog now on top of dialogs
Diffstat (limited to 'src/processrunner.h')
| -rw-r--r-- | src/processrunner.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/processrunner.h b/src/processrunner.h index c61d6b70..a5099136 100644 --- a/src/processrunner.h +++ b/src/processrunner.h @@ -42,8 +42,9 @@ public: // the ui will be refreshed once the process has completed Refresh = 0x01, - // the process will be waited for even if locking is disabled - ForceWait = 0x02 + // the process will be waited for even if locking is disabled or the + // process is not hooked + ForceWait = 0x02, }; using WaitFlags = QFlags<WaitFlag>; |
