mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-07 10:35:09 +00:00
Update text
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
@if (download.type === 'done') {
|
@if (download.type === 'done') {
|
||||||
<button
|
<button
|
||||||
class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2 tooltip tooltip-left tooltip-accent"
|
class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2 tooltip tooltip-left tooltip-accent"
|
||||||
data-tip="Hide"
|
data-tip="Clear"
|
||||||
(click)="downloadService.cancelDownload(download.md5)">
|
(click)="downloadService.cancelDownload(download.md5)">
|
||||||
<i class="bi bi-x-lg text-lg"></i>
|
<i class="bi bi-x-lg text-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user