status/powerProfiles: Use CHECK ornament

The design team prefers them over dots in this context now.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2389>
This commit is contained in:
Florian Müllner 2022-07-23 17:14:02 +02:00 committed by Marge Bot
parent d555be0a64
commit 6aa3a2f4e2

View File

@ -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);
}