#601 support for fallback thumbnails

This commit is contained in:
Denys Vuika
2016-08-25 12:49:36 +01:00
parent bec481e81e
commit 2d8d31aed4
5 changed files with 41 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ export class FilesComponent implements OnInit {
return this.acceptedFilesTypeShow;
}
toggleVersioning(){
toggleVersioning() {
this.versioning = !this.versioning;
return this.versioning;
}