mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-01 14:55:13 +00:00
Changed a few context menu items to display a radio option style. Added additional information from the SMBIOS to the report.
This commit is contained in:
@@ -647,6 +647,7 @@ namespace OpenHardwareMonitor.GUI {
|
||||
if (i <= control.MaxSoftwareValue &&
|
||||
i >= control.MinSoftwareValue) {
|
||||
MenuItem item = new MenuItem(i + " %");
|
||||
item.RadioCheck = true;
|
||||
manualItem.MenuItems.Add(item);
|
||||
item.Checked = control.ControlMode == ControlMode.Software &&
|
||||
Math.Round(control.SoftwareValue) == i;
|
||||
|
Reference in New Issue
Block a user