Skip to content

Commit

Permalink
2.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Revan654 committed Jan 14, 2019
1 parent eecc7df commit bd7dcbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
/bin/Apps
/bin
/obj
/Fonts
/VideoData
/packages/Microsoft.PowerShell.5.ReferenceAssemblies.1.0.0
/.vs/StaxRip/v15
/.vs/StaxRip/DesignTimeBuild/.dtbcache
/packages
/.vs
/_config.yml
1 change: 0 additions & 1 deletion Controls/x264Control.vb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ Public Class x264Control
Sub UpdateMenu()
cms.Items.ClearAndDisplose
Dim offset = If(Params.Mode.Value = x264RateMode.Quality, 0, 1)

If lv.SelectedItems.Count > 0 Then
Select Case lv.SelectedIndices(0)
Case 0 - offset
Expand Down
1 change: 0 additions & 1 deletion Controls/x265Control.vb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ Public Class x265Control
Sub UpdateMenu()
cms.Items.ClearAndDisplose
Dim offset = If(Params.Mode.Value = x265RateMode.SingleCRF, 0, 1)

If lv.SelectedItems.Count > 0 Then
Select Case lv.SelectedIndices(0)
Case 0 - offset
Expand Down

0 comments on commit bd7dcbc

Please sign in to comment.