dash: Fix show-apps button drop target
Fallout from commit e69cc20fc7
...
https://bugzilla.gnome.org/show_bug.cgi?id=745666
This commit is contained in:
parent
8536f9312c
commit
4affa5528a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user