Added the DeepL icon
This commit is contained in:
parent
9ed66908e7
commit
62b8bb24d0
@ -43,7 +43,7 @@ public partial class Setting<TSetting> : UserControl
|
|||||||
var currentSetting = await AppSettings.GetDeepLMode();
|
var currentSetting = await AppSettings.GetDeepLMode();
|
||||||
|
|
||||||
var settingData = new Setting<SettingDeepL>.SettingUIData<SettingDeepL>(
|
var settingData = new Setting<SettingDeepL>.SettingUIData<SettingDeepL>(
|
||||||
Icon: Icons.icons8_add_folder_512,
|
Icon: Icons.deepl_logo_icon_170284,
|
||||||
SettingName: () => "DeepL Service",
|
SettingName: () => "DeepL Service",
|
||||||
SettingExplanation: () => "DeepL is a translation service that offers a wide range of translation services. This setting allows you to choose between the free and pro version of DeepL.",
|
SettingExplanation: () => "DeepL is a translation service that offers a wide range of translation services. This setting allows you to choose between the free and pro version of DeepL.",
|
||||||
SetupDataControl: () =>
|
SetupDataControl: () =>
|
||||||
|
@ -60,6 +60,16 @@ namespace UI_WinForms.Resources {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap deepl_logo_icon_170284 {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("deepl_logo_icon_170284", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -118,6 +118,9 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="deepl_logo_icon_170284" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>deepl_logo_icon_170284.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="icons8_add_folder_512" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="icons8_add_folder_512" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>icons8-add-folder-512.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>icons8-add-folder-512.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
BIN
I18N Commander/UI WinForms/Resources/deepl_logo_icon_170284.png
Normal file
BIN
I18N Commander/UI WinForms/Resources/deepl_logo_icon_170284.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Loading…
Reference in New Issue
Block a user