Merge branch 'master' into addDownloadQueue

This commit is contained in:
mfcar 2023-03-04 22:00:18 +00:00
commit cfb3ce0c60
No known key found for this signature in database
6 changed files with 33 additions and 14 deletions

View file

@ -1,6 +1,6 @@
<template>
<ui-tooltip v-if="alreadyInLibrary" :text="$strings.LabelAlreadyInYourLibrary" direction="top">
<span class="material-icons ml-1" style="font-size: 0.8rem">check_circle</span>
<span class="material-icons ml-1 text-success" style="font-size: 0.8rem">check_circle</span>
</ui-tooltip>
</template>