mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-30 04:04:20 +01:00
SteamController: Add icon for DS4 controller
This commit is contained in:
parent
00a30cbf5c
commit
61b0418e33
|
|
@ -10,9 +10,9 @@ namespace SteamController.Profiles.Predefined
|
|||
get
|
||||
{
|
||||
if (CommonHelpers.WindowsDarkMode.IsDarkModeEnabled)
|
||||
return Resources.microsoft_xbox_controller_white;
|
||||
return Resources.controller_classic_custom_white;
|
||||
else
|
||||
return Resources.microsoft_xbox_controller;
|
||||
return Resources.controller_classic_custom;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
30
SteamController/Resources.Designer.cs
generated
30
SteamController/Resources.Designer.cs
generated
|
|
@ -70,6 +70,36 @@ namespace SteamController {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon controller_classic_custom {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("controller_classic_custom", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon controller_classic_custom_red {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("controller_classic_custom_red", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon controller_classic_custom_white {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("controller_classic_custom_white", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Byte[].
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -121,6 +121,15 @@
|
|||
<data name="chord_neptune" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\controller_base\chord_neptune.vdf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="controller_classic_custom" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\controller-classic-custom.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="controller_classic_custom_red" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\controller-classic-custom-red.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="controller_classic_custom_white" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\controller-classic-custom-white.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="empty_neptune" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\controller_base\empty_neptune.vdf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
|
|
|
|||
BIN
SteamController/Resources/controller-classic-custom-red.ico
Normal file
BIN
SteamController/Resources/controller-classic-custom-red.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 167 KiB |
BIN
SteamController/Resources/controller-classic-custom-red.png
Normal file
BIN
SteamController/Resources/controller-classic-custom-red.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 609 B |
BIN
SteamController/Resources/controller-classic-custom-white.ico
Normal file
BIN
SteamController/Resources/controller-classic-custom-white.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 166 KiB |
BIN
SteamController/Resources/controller-classic-custom-white.png
Normal file
BIN
SteamController/Resources/controller-classic-custom-white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 617 B |
BIN
SteamController/Resources/controller-classic-custom.ico
Normal file
BIN
SteamController/Resources/controller-classic-custom.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 166 KiB |
BIN
SteamController/Resources/controller-classic-custom.png
Normal file
BIN
SteamController/Resources/controller-classic-custom.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 572 B |
Loading…
Reference in a new issue