generalize bottom left to be backgroundNotification

This commit is contained in:
Maikiwi 2022-01-26 21:06:00 -08:00
parent b663df272b
commit 55244b3092
2 changed files with 30 additions and 30 deletions

View file

@ -359,10 +359,10 @@
</div>
</button>
</div>
<div class="app-sidebar-notification libraryNotification"
v-if="library.downloadNotification.show">
<div class="message">{{ library.downloadNotification.message }} ({{
library.downloadNotification.progress }} / {{ library.downloadNotification.total }})
<div class="app-sidebar-notification backgroundNotification"
v-if="library.backgroundNotification.show">
<div class="message">{{ library.backgroundNotification.message }} ({{
library.backgroundNotification.progress }} / {{ library.backgroundNotification.total }})
</div>
</div>
</div>