Use red icon for PowerControl if RTSS is not available

This commit is contained in:
Kamil Trzciński 2022-11-15 21:09:53 +01:00
parent b442c6fadc
commit 4de31ed48c
4 changed files with 31 additions and 5 deletions

View file

@ -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));
}
}
}
}