mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
c4fcc82137
commit
8e1241c29b
11 changed files with 73 additions and 19 deletions
|
|
@ -364,7 +364,7 @@ const SessionMenuButton = GObject.registerClass({
|
|||
if (itemIds[i] === this._activeSessionId)
|
||||
this._items[itemIds[i]].setOrnament(PopupMenu.Ornament.DOT);
|
||||
else
|
||||
this._items[itemIds[i]].setOrnament(PopupMenu.Ornament.NONE);
|
||||
this._items[itemIds[i]].setOrnament(PopupMenu.Ornament.NO_DOT);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue