Add download location settings

This commit is contained in:
Geomitron
2024-07-12 15:42:41 -05:00
parent 91e80aed52
commit 7968592893
13 changed files with 168 additions and 52 deletions

View File

@@ -24,7 +24,7 @@
</button>
}
</div>
<h2 class="card-title">{{ download.chartName }}</h2>
<h2 class="card-title">{{ getDownloadName(download) }}</h2>
<progress
[attr.value]="download.percent"
max="100"