diff options
author | sr55 <[email protected]> | 2017-09-20 19:41:55 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-09-20 19:41:55 +0100 |
commit | 09d6e7750d0036393a4f0bc57fa2fc95dc2c18b0 (patch) | |
tree | 9e7d31b876eeb23d7bc90b32733bff8488b1d618 /win/CS/HandBrakeWPF/Views/OptionsView.xaml | |
parent | 262097f63114fc167f545e32ac230f39b64bdaf7 (diff) |
WinGui: Remove the in-line queue view preference. It does not make sense with the new design flow of the main screen.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/OptionsView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/OptionsView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/OptionsView.xaml b/win/CS/HandBrakeWPF/Views/OptionsView.xaml index 65f2d7800..8f60373ae 100644 --- a/win/CS/HandBrakeWPF/Views/OptionsView.xaml +++ b/win/CS/HandBrakeWPF/Views/OptionsView.xaml @@ -172,7 +172,7 @@ <CheckBox Content="{x:Static Properties:ResourcesUI.Options_MinimiseTray}" IsChecked="{Binding MinimiseToTray}" />
<CheckBox Content="{x:Static Properties:ResourcesUI.Options_ClearCompleted}" IsChecked="{Binding ClearQueueOnEncodeCompleted}" />
<CheckBox Content="{x:Static Properties:ResourcesUI.Options_AdvancedTab}" IsChecked="{Binding ShowAdvancedTab}" />
- <CheckBox Content="{x:Static Properties:ResourcesUI.Options_ShowQueueInline}" IsChecked="{Binding ShowQueueInline}" />
+ <CheckBox Content="{x:Static Properties:ResourcesUI.Options_ShowQueueInline}" IsChecked="{Binding ShowQueueInline}" Visibility="Collapsed" />
<CheckBox Content="{x:Static Properties:ResourcesUI.OptionsView_ShowStatusInTitleBar}" IsChecked="{Binding ShowStatusInTitleBar}" />
</StackPanel>
</StackPanel>
|