Simplify and revert Capacitor changes

This commit is contained in:
Nicholas Wallace
2026-08-27 15:12:32 -07:00
parent f25ff6344e
commit 02e3f3541f
4 changed files with 8 additions and 11 deletions
@@ -79,9 +79,7 @@ export default {
this.$store.commit('globals/updateDownloadItemPart', itemPart)
},
onQueueChanged(data) {
if (data.hasItems === false || (data.hasItems == null && !data.hasWork)) {
this.$store.commit('globals/clearItemDownloads')
}
if (!data.hasWork) this.$store.commit('globals/clearItemDownloads')
}
},
async mounted() {