Added icons for sites

This commit is contained in:
Timothy Baldridge 2022-01-04 20:26:18 -07:00
parent 764895de49
commit ce2dd40cec
6 changed files with 6 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 938 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

View File

@ -47,7 +47,7 @@ public class LoversLabLoginManager : ViewModel, INeedsLogin
}, this.WhenAnyValue(v => v.HaveLogin));
Icon = BitmapFrame.Create(
typeof(NexusLoginManager).Assembly.GetManifestResourceStream("Wabbajack.LoginManagers.Icons.nexus.png")!);
typeof(LoversLabLoginManager).Assembly.GetManifestResourceStream("Wabbajack.LoginManagers.Icons.lovers_lab.png")!);
TriggerLogin = ReactiveCommand.CreateFromTask(async () =>
{

View File

@ -47,7 +47,7 @@ public class VectorPlexusLoginManager : ViewModel, INeedsLogin
}, this.WhenAnyValue(v => v.HaveLogin));
Icon = BitmapFrame.Create(
typeof(NexusLoginManager).Assembly.GetManifestResourceStream("Wabbajack.LoginManagers.Icons.nexus.png")!);
typeof(VectorPlexusLoginManager).Assembly.GetManifestResourceStream("Wabbajack.LoginManagers.Icons.vector_plexus.png")!);
TriggerLogin = ReactiveCommand.CreateFromTask(async () =>
{

View File

@ -104,6 +104,10 @@
<Resource Include="Resources\Wabba_Ded.png" />
<Resource Include="Resources\Wabba_Mouth.png" />
<Resource Include="Resources\Wabba_Mouth_No_Text.png" />
<None Remove="LoginManagers\Icons\lovers_lab.png" />
<EmbeddedResource Include="LoginManagers\Icons\lovers_lab.png" />
<None Remove="LoginManagers\Icons\vector_plexus.png" />
<EmbeddedResource Include="LoginManagers\Icons\vector_plexus.png" />
</ItemGroup>