mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-07 23:33:52 +00:00
Swap icons of PerformanceOverlay and PowerControl
This commit is contained in:
parent
c223a11d57
commit
e4914dbffb
15 changed files with 28 additions and 26 deletions
8
PowerControl/Resources.Designer.cs
generated
8
PowerControl/Resources.Designer.cs
generated
|
|
@ -63,9 +63,9 @@ namespace PowerControl {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon poll {
|
||||
internal static System.Drawing.Icon traffic_light_outline {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("poll", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("traffic_light_outline", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
|
@ -73,9 +73,9 @@ namespace PowerControl {
|
|||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon poll_red {
|
||||
internal static System.Drawing.Icon traffic_light_outline_red {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("poll_red", resourceCulture);
|
||||
object obj = ResourceManager.GetObject("traffic_light_outline_red", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue