This commit is contained in:
Nathan Dwarshuis 2021-07-11 20:56:05 -04:00
parent a3dad5997e
commit 0cee1aa0f8
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ local NV_REGEX = '(%d+)\n'..
local NA = 'N/A'
local nvidia_off = function(cr)
Common.text_rows_crit_set(internal_temp, cr, NA)
Common.text_row_crit_set(internal_temp, cr, NA)
Common.text_rows_set.set(clock_speed, cr, 1, NA)
Common.text_rows_set.set(clock_speed, cr, 2, NA)