We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406c075 commit 73f873dCopy full SHA for 73f873d
1 file changed
js/ui/popupMenu.js
@@ -519,7 +519,7 @@ var PopupMenuItem = class PopupMenuItem extends PopupBaseMenuItem {
519
}
520
if (!this._ornament.child) {
521
let radioOrn = new RadioButton.RadioButton();
522
- switchOrn.set_checked(state);
+ radioOrn.set_checked(state);
523
this._ornament.child = radioOrn;
524
} else {
525
this._ornament.child.set_checked(state);
0 commit comments