]> granicus.if.org Git - handbrake/commitdiff
WinGui: Remove the in-line queue view preference. It does not make sense with the...
authorsr55 <sr55.hb@outlook.com>
Wed, 20 Sep 2017 18:41:55 +0000 (19:41 +0100)
committersr55 <sr55.hb@outlook.com>
Wed, 20 Sep 2017 18:41:55 +0000 (19:41 +0100)
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/Views/OptionsView.xaml

index 3c8281145efce3ab2d8217d7b634ff2ca9c5d8fd..68e97e284ab88dccf626a94a0504c5e98eac55a1 100644 (file)
@@ -1382,7 +1382,10 @@ namespace HandBrakeWPF.ViewModels
         /// </summary>\r
         public void OpenQueueWindow()\r
         {\r
-            if (this.userSettingService.GetUserSetting<bool>(UserSettingConstants.ShowQueueInline))\r
+            bool showQueueInline = this.userSettingService.GetUserSetting<bool>(UserSettingConstants.ShowQueueInline);\r
+            showQueueInline = false; // Disabled until it's evaluated.\r
+\r
+            if (showQueueInline)\r
             {\r
                 this.IsQueueShowingInLine = !this.IsQueueShowingInLine;\r
                 if (this.IsQueueShowingInLine)\r
index 65f2d78006c7517e04284a38b45fa799a053bb57..8f60373ae449ea70d0d7288ed99b16cadeae29af 100644 (file)
                             <CheckBox Content="{x:Static Properties:ResourcesUI.Options_MinimiseTray}" IsChecked="{Binding MinimiseToTray}" />\r
                             <CheckBox Content="{x:Static Properties:ResourcesUI.Options_ClearCompleted}" IsChecked="{Binding ClearQueueOnEncodeCompleted}" />\r
                             <CheckBox Content="{x:Static Properties:ResourcesUI.Options_AdvancedTab}" IsChecked="{Binding ShowAdvancedTab}" />\r
-                            <CheckBox Content="{x:Static Properties:ResourcesUI.Options_ShowQueueInline}" IsChecked="{Binding ShowQueueInline}" />\r
+                            <CheckBox Content="{x:Static Properties:ResourcesUI.Options_ShowQueueInline}" IsChecked="{Binding ShowQueueInline}" Visibility="Collapsed" />\r
                             <CheckBox Content="{x:Static Properties:ResourcesUI.OptionsView_ShowStatusInTitleBar}" IsChecked="{Binding ShowStatusInTitleBar}" />\r
                         </StackPanel>\r
                     </StackPanel>\r