diff --git a/extensions/places-menu/placeDisplay.js b/extensions/places-menu/placeDisplay.js index 4d1d919a..597ef7c5 100644 --- a/extensions/places-menu/placeDisplay.js +++ b/extensions/places-menu/placeDisplay.js @@ -315,6 +315,11 @@ export class PlacesManager extends EventEmitter { } } + this._places.special.push(new PlaceInfo( + 'special', + Gio.File.new_for_uri('trash:///'), + _('Trash'))); + this.emit('special-updated'); }