mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
Use red icon for PowerControl if RTSS is not available
This commit is contained in:
parent
b442c6fadc
commit
4de31ed48c
4 changed files with 31 additions and 5 deletions
10
PowerControl/Resources.Designer.cs
generated
10
PowerControl/Resources.Designer.cs
generated
|
|
@ -69,5 +69,15 @@ namespace PowerControl {
|
|||
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 poll_red {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("poll_red", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue