mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Added icons for sites
This commit is contained in:
parent
764895de49
commit
ce2dd40cec
BIN
Wabbajack.App.Wpf/LoginManagers/Icons/lovers_lab.png
Normal file
BIN
Wabbajack.App.Wpf/LoginManagers/Icons/lovers_lab.png
Normal file
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 |
BIN
Wabbajack.App.Wpf/LoginManagers/Icons/vector_plexus.png
Normal file
BIN
Wabbajack.App.Wpf/LoginManagers/Icons/vector_plexus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 427 B |
@ -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 () =>
|
||||
{
|
||||
|
@ -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 () =>
|
||||
{
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user