summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-09-24 21:00:58 +0100
committersr55 <[email protected]>2018-09-24 21:00:58 +0100
commitf4e9383fd7a26831995f84542ec83254c708c0e3 (patch)
tree322db7f0960483c73a09d79964b8f724b49f6149
parent1ad9a018a20f39b0addba7a0079f64d120a73984 (diff)
WinGui: Handle no log files better in the new experimental queue layout.
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
index 83240d586..42dc2fef4 100644
--- a/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
@@ -687,6 +687,10 @@ namespace HandBrakeWPF.ViewModels
}
}
+ else
+ {
+ this.ActivityLog = string.Empty;
+ }
}
catch (Exception exc)
{