diff --git a/js/ui/dash.js b/js/ui/dash.js index 2f48a7add..ba137c7ad 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -242,6 +242,8 @@ const ShowAppsIcon = new Lang.Class({ _init: function() { this.parent(); + this._settings = new Gio.Settings({ schema_id: 'org.gnome.shell' }); + this.toggleButton = new St.Button({ style_class: 'show-apps', track_hover: true, can_focus: true,