Skip to content

Commit

Permalink
Pre-Release v0.8-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkl58 committed May 29, 2020
1 parent 380fd60 commit 42e8784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NotEnoughAV1Encodes/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@
</Button>
<CheckBox x:Name="CheckBoxEnableFinishedSound" Content="Play Finished Sound after Encode" HorizontalAlignment="Left" Margin="27,87,0,0" VerticalAlignment="Top" Foreground="White" IsChecked="True" />
<Border BorderBrush="#FF959595" BorderThickness="1" HorizontalAlignment="Left" Height="54" Margin="451,185,0,0" VerticalAlignment="Top" Width="355"/>
<Label x:Name="LabelProgramVersion" Content="Build Version: 1.0.61 (AppVeyor) - 2020.05.29" HorizontalAlignment="Left" Margin="459,187,0,0" VerticalAlignment="Top" Foreground="White"/>
<Label x:Name="LabelProgramVersion" Content="Build Version: Pre-Release v0.8-beta - 2020.05.29" HorizontalAlignment="Left" Margin="459,187,0,0" VerticalAlignment="Top" Foreground="White"/>
<Label Content="Github Repo: " HorizontalAlignment="Left" Margin="459,213,0,0" VerticalAlignment="Top" Foreground="White"/>
<Border BorderBrush="#FF959595" BorderThickness="1" HorizontalAlignment="Left" Height="119" Margin="18,19,0,0" VerticalAlignment="Top" Width="212"/>
<TextBox HorizontalAlignment="Left" Height="20" Margin="533,217,0,0" TextWrapping="Wrap" Text="https://github.com/Alkl58/NotEnoughAV1Encodes" VerticalAlignment="Top" Width="273" Foreground="White" Background="{x:Null}" BorderBrush="{x:Null}" SelectionBrush="#FF22403E" IsReadOnly="True"/>
Expand Down
1 change: 1 addition & 0 deletions NotEnoughAV1Encodes/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2568,6 +2568,7 @@ private void CheckBoxCustomCommandLine_Checked(object sender, RoutedEventArgs e)


}

//-------------------------------------------------------------------------------------------------||
}
}

0 comments on commit 42e8784

Please sign in to comment.