mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-15 00:44:22 +09:00
Fix bug in UDisk2 Kelvin conversion
This commit is contained in:
@@ -50,7 +50,7 @@ const UDisks2 = new Lang.Class({
|
||||
}).map(function(proxy) {
|
||||
return {
|
||||
label: proxy.drive.Model,
|
||||
temp: proxy.ata.SmartTemperature - 272.15
|
||||
temp: proxy.ata.SmartTemperature - 273.15
|
||||
};
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user