Skip to content

Commit

Permalink
Fixed the RAM widget not working due to a missing measure
Browse files Browse the repository at this point in the history
  • Loading branch information
maze404 authored Jun 30, 2021
1 parent 4877e4d commit 9f1f19f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion RAM/RAM.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Total=1
Measure=PhysicalMemory
Total=1

[MeasureRAM]
Measure=PhysicalMemory

[MeasureRAM%]
Measure=Calc
Formula=(MeasureRAM / MeasureTotalRam) * 100
Expand Down Expand Up @@ -139,4 +142,4 @@ NumOfDecimals=1
AntiAlias=1
X=110r
Y=0r
Text=%1GB
Text=%1GB

0 comments on commit 9f1f19f

Please sign in to comment.