mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-15 00:44:22 +09:00
fix typo, #32
This commit is contained in:
@@ -39,7 +39,7 @@ const NvidiaUtil = new Lang.Class({
|
||||
if(this._labels.length > 0 && this._labels.length == temps.length - 1){
|
||||
// usually we should skip first line (most popular case)
|
||||
for(let i = 0; i < this._labels.length; i++){
|
||||
gpus.push({ label: this._lebels[i], temp: temps[i + 1] })
|
||||
gpus.push({ label: this._labels[i], temp: temps[i + 1] })
|
||||
}
|
||||
} else if(temps.length == 1 || temps.length == 2){
|
||||
// cannot parse GPU label, usually temp duplicated
|
||||
|
||||
Reference in New Issue
Block a user