mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 16:34:21 +09:00
Use CHECK instead of DOT for menuitem, fix #19
This commit is contained in:
@@ -21,7 +21,7 @@ const FreonItem = new Lang.Class({
|
||||
|
||||
set main(main) {
|
||||
if(main)
|
||||
this.setOrnament(PopupMenu.Ornament.DOT);
|
||||
this.setOrnament(PopupMenu.Ornament.CHECK);
|
||||
else
|
||||
this.setOrnament(PopupMenu.Ornament.NONE);
|
||||
this._main = main;
|
||||
|
||||
Reference in New Issue
Block a user