mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-15 00:44:22 +09:00
fix settings menu item
This commit is contained in:
@@ -407,7 +407,11 @@ const FreonMenuButton = new Lang.Class({
|
||||
Util.spawn(["xdg-open", "https://github.com/UshakovVasilii/gnome-shell-extension-freon/wiki/Dependency"]);
|
||||
});
|
||||
this.menu.addMenuItem(item);
|
||||
this._appendSettingsMenuItem();
|
||||
}
|
||||
},
|
||||
|
||||
_appendSettingsMenuItem : function(){
|
||||
// separator
|
||||
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||
|
||||
@@ -529,6 +533,7 @@ const FreonMenuButton = new Lang.Class({
|
||||
}
|
||||
}
|
||||
}
|
||||
this._appendSettingsMenuItem();
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user