mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
windowCycler: Create settings before chaining up
It's used in _getWindows() which is called from the parent's _init(). https://gitlab.gnome.org/GNOME/gnome-shell/issues/1064
This commit is contained in:
parent
6e317a54fd
commit
31e7f0340f
1 changed files with 1 additions and 2 deletions
|
|
@ -619,9 +619,8 @@ class WindowSwitcherPopup extends SwitcherPopup.SwitcherPopup {
|
|||
var WindowCyclerPopup = GObject.registerClass(
|
||||
class WindowCyclerPopup extends CyclerPopup {
|
||||
_init() {
|
||||
super._init();
|
||||
|
||||
this._settings = new Gio.Settings({ schema_id: 'org.gnome.shell.window-switcher' });
|
||||
super._init();
|
||||
}
|
||||
|
||||
_getWindows() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue