From: sr55 Date: Mon, 24 Sep 2018 20:00:58 +0000 (+0100) Subject: WinGui: Handle no log files better in the new experimental queue layout. X-Git-Tag: 1.2.0~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4e9383fd7a26831995f84542ec83254c708c0e3;p=handbrake WinGui: Handle no log files better in the new experimental queue layout. --- 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) {