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:
parent
d555be0a64
commit
6aa3a2f4e2
@ -103,7 +103,7 @@ class Indicator extends PanelMenu.SystemIndicator {
|
|||||||
|
|
||||||
for (const [profile, item] of this._profileItems) {
|
for (const [profile, item] of this._profileItems) {
|
||||||
item.setOrnament(profile === this._proxy.ActiveProfile
|
item.setOrnament(profile === this._proxy.ActiveProfile
|
||||||
? PopupMenu.Ornament.DOT
|
? PopupMenu.Ornament.CHECK
|
||||||
: PopupMenu.Ornament.NONE);
|
: PopupMenu.Ornament.NONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user