Add space to rpm (#231)

This commit is contained in:
joickle
2022-04-08 10:06:19 -03:00
committed by GitHub
parent 3ea64e3739
commit dab4b63c2e

View File

@@ -686,7 +686,7 @@ const FreonMenuButton = GObject.registerClass(class Freon_FreonMenuButton extend
}
for (let fan of fanInfo){
const unit = this._settings.get_boolean('show-rotationrate-unit') ? _('rpm'): '';
const unit = this._settings.get_boolean('show-rotationrate-unit') ? _(' rpm'): '';
sensors.push({
icon: 'fan',