From 6aa3a2f4e211e12ee131a17c0cbd28d8c819404d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 23 Jul 2022 17:14:02 +0200 Subject: [PATCH] status/powerProfiles: Use CHECK ornament The design team prefers them over dots in this context now. Part-of: --- 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 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); }