Smol fixen

This commit is contained in:
Assistant 2020-02-27 01:18:47 -07:00
parent 87e09d7aa9
commit 4b81c0df2d
2 changed files with 2 additions and 2 deletions

View file

@ -339,7 +339,7 @@ namespace ModAssistant
Waifus waifus = new Waifus();
ResourceDictionary dictionary = null;
using (FileStream stream = new FileStream(Path.Combine(directory, name + extension), FileMode.Open))
using (FileStream stream = new FileStream(Path.Combine(directory, name + extension), FileMode.Open, FileAccess.Read))
using (ZipArchive archive = new ZipArchive(stream))
{
foreach (ZipArchiveEntry file in archive.Entries)

View file

@ -72,7 +72,7 @@
<TextBlock
Grid.Row="6"
Margin="30,5,5,5"
Margin="0,5,5,5"
FontSize="16"
TextWrapping="Wrap">
<StaticResource ResourceKey="About:SupportAssistant" />