This commit is contained in:
Nathan Dwarshuis 2021-07-12 11:19:49 -04:00
parent 6349791536
commit 01fda373eb
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ local NA = 'N/A'
local nvidia_off = function(cr) local nvidia_off = function(cr)
Common.text_row_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(clock_speed, cr, 1, NA)
Common.text_rows_set.set(clock_speed, cr, 2, NA) Common.text_rows_set(clock_speed, cr, 2, NA)
-- TODO refactor this -- TODO refactor this
Text.set(gpu_util.value, cr, NA) Text.set(gpu_util.value, cr, NA)