diff --git a/js/ui/status/powerProfiles.js b/js/ui/status/powerProfiles.js index 00e4e42e7..9878abfac 100644 --- a/js/ui/status/powerProfiles.js +++ b/js/ui/status/powerProfiles.js @@ -103,7 +103,7 @@ class Indicator extends PanelMenu.SystemIndicator { for (const [profile, item] of this._profileItems) { item.setOrnament(profile === this._proxy.ActiveProfile - ? PopupMenu.Ornament.DOT + ? PopupMenu.Ornament.CHECK : PopupMenu.Ornament.NONE); }