mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
Renamed display function.
This commit is contained in:
@@ -54,10 +54,10 @@ CpuTemperature.prototype = {
|
||||
this.content='Please install lm_sensors. If it doesn\'t help, click here to report with your sensors output!';
|
||||
}
|
||||
|
||||
this._update_temp();
|
||||
this._updateDisplay();
|
||||
|
||||
event = GLib.timeout_add_seconds(0, update_time, Lang.bind(this, function () {
|
||||
this._update_temp();
|
||||
this._updateDisplay();
|
||||
return true;
|
||||
}));
|
||||
},
|
||||
@@ -85,7 +85,7 @@ CpuTemperature.prototype = {
|
||||
return hddtempDaemonPort;
|
||||
},
|
||||
|
||||
_update_temp: function() {
|
||||
_updateDisplay: function() {
|
||||
|
||||
let items = new Array();
|
||||
let tempInfo=null;
|
||||
|
||||
Reference in New Issue
Block a user