popupMenu: Use less ambiguous symbols for radio options
- new checked and unchecked dot ornament assets - updated JS with a NO_DOT ornament state, replaced instances of NONE with this Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3027>
This commit is contained in:
@ -379,7 +379,7 @@ class NMConnectionItem extends NMMenuItem {
|
||||
this.accessible_name = this.name;
|
||||
this.accessible_role = Atk.Role.CHECK_MENU_ITEM;
|
||||
this.setOrnament(this.is_active
|
||||
? PopupMenu.Ornament.DOT : PopupMenu.Ornament.NONE);
|
||||
? PopupMenu.Ornament.DOT : PopupMenu.Ornament.NO_DOT);
|
||||
} else {
|
||||
this.accessible_name = this._getAccessibleName();
|
||||
this._subtitle.text = this._getSubtitleLabel();
|
||||
|
Reference in New Issue
Block a user