diff options
author | sr55 <[email protected]> | 2017-01-08 17:51:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-01-08 17:51:05 +0000 |
commit | d563e79ad6a21fc06e1ca8f23f106704313962fc (patch) | |
tree | a791f6cbf1da08b09e24746b28fb22c8da7949e5 /win/CS/HandBrakeWPF/Views/MainView.xaml | |
parent | 3e3218dfb1e09f7f2aa851d03c0dfedbf1b53a68 (diff) |
WinGui: Allow the log window to be opened from the Scan Status Overlay.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/MainView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MainView.xaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index e0e1156fd..7d7556c85 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -695,6 +695,8 @@ Message="Please wait ..."
SubMessage="{Binding StatusLabel}"
ActionText="Cancel"
+ SecondaryActionText="Open Log Window"
+ SecondaryAction="{Binding OpenLogWindowAction}"
CancelAction="{Binding CancelAction}"
/>
|