MisterGuinness / gnome-shell-extension-sensors

Gnome shell extension: Shows CPU temperature, HDD temperature, voltage and fan RPM
0 stars 0 forks source link

Fedora 31: Missed a change for Issue #6 #16

Closed MisterGuinness closed 4 years ago

MisterGuinness commented 4 years ago

A continuation line in sensors output starts with two spaces (I have sensors which have a single leading space)

utilities.js:90: if(sensors_output[i].indexOf(' ') != 0){

MisterGuinness commented 4 years ago

Fixed