Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 245 Bytes

fix-fav-grpc.md

File metadata and controls

5 lines (3 loc) · 245 Bytes

Bugfix: make removal of favourites work

Currently, removing a folder from your favourites is broken, because the handleFavAttr method is only called in SetAttr, not in UnsetAttr. This change fixes this.

#4930