[gnome-shell] status/powerProfiles: Use CHECK ornament
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] status/powerProfiles: Use CHECK ornament
- Date: Wed, 27 Jul 2022 13:49:33 +0000 (UTC)
commit 6aa3a2f4e211e12ee131a17c0cbd28d8c819404d
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Jul 23 17:14:02 2022 +0200
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>
js/ui/status/powerProfiles.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/status/powerProfiles.js b/js/ui/status/powerProfiles.js
index 00e4e42e7f..9878abfaca 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]