Added files_api (migrated functions from db_api that are file related)

Archive dialog can now always be opened
This commit is contained in:
Tzahi12345
2023-04-29 19:41:34 -04:00
parent 0e5c78db0d
commit 33a99d9c8d
7 changed files with 389 additions and 379 deletions

View File

@@ -21,7 +21,7 @@
<mat-icon>person</mat-icon>
<span i18n="Profile menu label">Profile</span>
</button>
<button *ngIf="postsService.config && postsService.config.Downloader.use_youtubedl_archive" class="top-menu-button" (click)="openArchivesDialog()" mat-menu-item>
<button class="top-menu-button" (click)="openArchivesDialog()" mat-menu-item>
<mat-icon>topic</mat-icon>
<span i18n="Archives menu label">Archives</span>
</button>