mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
Add space to rpm (#231)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user