Update Lithiio icon

This commit is contained in:
lithium720 2019-09-13 14:22:48 -07:00
parent 2b01313366
commit fcc3897090
5 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

View file

@ -39,7 +39,7 @@ public class LithiioFileUploaderService : FileUploaderService
{
public override FileDestination EnumValue { get; } = FileDestination.Lithiio;
public override Icon ServiceIcon => Resources.Lithiio;
public override Image ServiceImage => Resources.Lithiio;
public override bool CheckConfig(UploadersConfig config)
{

View file

@ -384,12 +384,12 @@ internal static System.Drawing.Icon Lambda {
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Icon Lithiio {
internal static System.Drawing.Bitmap Lithiio {
get {
object obj = ResourceManager.GetObject("Lithiio", resourceCulture);
return ((System.Drawing.Icon)(obj));
return ((System.Drawing.Bitmap)(obj));
}
}

View file

@ -267,7 +267,7 @@ Created folders:</value>
<value>..\Favicons\Pomf.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Lithiio" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Lithiio.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<value>..\Favicons\Lithiio.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="UploadersConfigForm_MegaConfigureTab_Configured" xml:space="preserve">
<value>Configured</value>