mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Removed none.jpg
null bitmaps should just be used
This commit is contained in:
parent
52517dc3e4
commit
9fd06e4c67
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
@ -1,4 +1,4 @@
|
||||
using Microsoft.WindowsAPICodePack.Dialogs;
|
||||
using Microsoft.WindowsAPICodePack.Dialogs;
|
||||
using ReactiveUI;
|
||||
using ReactiveUI.Fody.Helpers;
|
||||
using System;
|
||||
@ -75,7 +75,7 @@ namespace Wabbajack
|
||||
{
|
||||
return image;
|
||||
}
|
||||
return UIUtils.BitmapImageFromResource("Wabbajack.Resources.none.png");
|
||||
return null;
|
||||
})
|
||||
.ToProperty(this, nameof(this.Image));
|
||||
}
|
||||
|
@ -374,9 +374,6 @@
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\Icons\next.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\none.jpg" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\Icons\github_light.png" />
|
||||
<EmbeddedResource Include="Resources\Icons\patreon_light.png" />
|
||||
|
Loading…
Reference in New Issue
Block a user