MOBILE-3320 privatefiles: Display chevron in subfolders

main
Dani Palou 2021-05-31 15:38:36 +02:00
parent 7c265ae769
commit 70e3bd9843
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<!-- List of files. -->
<ion-list *ngIf="files && files.length > 0">
<ng-container *ngFor="let file of files">
<ion-item button *ngIf="file.isdir" class="item-file" (click)="openFolder(file)">
<ion-item button *ngIf="file.isdir" class="item-file" (click)="openFolder(file)" detail="true">
<ion-thumbnail slot="start">
<img [src]="file.imgPath" alt="" role="presentation">
</ion-thumbnail>