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:
@ -218,7 +218,7 @@ class LanguageSelectionPopup extends PopupMenu.PopupMenu {
|
||||
item.can_focus = false;
|
||||
item.setOrnament(is === inputSourceManager.currentSource
|
||||
? PopupMenu.Ornament.DOT
|
||||
: PopupMenu.Ornament.NONE);
|
||||
: PopupMenu.Ornament.NO_DOT);
|
||||
}
|
||||
|
||||
this.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||
|
Reference in New Issue
Block a user