You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ You can see information about devices such as:
30
30
-`Hide/Unhide` sensors to remove some data from UI and web server.
31
31
- Multiple `Tray icons` and `Gadget` for selected sensor values.
32
32
-`Light`/`Dark` themes with auto switching mode.
33
-
- Custom `color-themes` from external files - You can find examples [here](https://github.com/HardwareMonitor/openhardwaremonitor/tree/dev/OpenHardwareMonitor/Resources/themes)
33
+
- Custom `color-themes` from external files - You can find examples [here](https://github.com/HardwareMonitor/openhardwaremonitor/tree/master/OpenHardwareMonitor/Resources/themes)
34
34
-`Portable` mode for storing temporary driver file and settings configuration next to the executable file.
35
35
-`Updated versions check` - manually from main menu.
36
36
@@ -48,7 +48,7 @@ The published version can be obtained from [releases](https://github.com/Hardwar
48
48
## Developer information
49
49
**Integrate the library in own application**
50
50
1. Add the [OpenHardwareMonitorLib](https://www.nuget.org/packages/OpenHardwareMonitorLib/) NuGet package to your application.
51
-
2. Use the sample code below or the test console application from [here](https://github.com/HardwareMonitor/openhardwaremonitor/tree/dev/LibTest)
51
+
2. Use the sample code below or the test console application from [here](https://github.com/HardwareMonitor/openhardwaremonitor/tree/master/LibTest)
0 commit comments