@@ -238,6 +238,9 @@ RUN sed -i 's/"data-id":e.notificationId,/"data-id":e.notificationId,"data-objec
#Hide Archive/Unarchive feature in memories app
RUN sed-i's/{name:(0,be.Iu)("memories","Archive"),icon:la,callback:this.archiveSelection.bind(this),if:()=>!this.routeIsArchive()&&!this.routeIsAlbum()},{name:(0,be.Iu)("memories","Unarchive"),icon:ua,callback:this.archiveSelection.bind(this),if:()=>this.routeIsArchive()},//g'${BASE_DIR}/custom_apps/memories/js/memories-main.js
RUN sed-i's/{name:"archive",icon:la,title:(0,be.Iu)("memories","Archive")},//g'${BASE_DIR}/custom_apps/memories/js/memories-main.js
# Rename Memories to Gallery
RUN sed-i's/<name>Memories<\/name>/<name>Gallery<\/name>/g'${BASE_DIR}/custom_apps/memories/appinfo/info.xml
# autocomplete leak tweak apps frontend with sed, disable group suggestion
RUN cd${BASE_DIR}/custom_apps/contacts &&sed-i's/"GROUP","INDIVIDUAL"/"INDIVIDUAL"/g' js/contacts-main.js