This commit is contained in:
wea_ondara
2023-09-28 19:16:46 +02:00
parent 12bd71368c
commit 3c66c367ef

View File

@@ -50,7 +50,6 @@ export default class MangaUpdatesUpdater extends Vue {
</script> </script>
<template> <template>
<div class="d-flex flex-row">
<button :disabled="!!progressType" class="btn btn-secondary" @click="onUpdateMangaUpdatesDb"> <button :disabled="!!progressType" class="btn btn-secondary" @click="onUpdateMangaUpdatesDb">
<i v-if="!progressType" class="fa fa-refresh"/> <i v-if="!progressType" class="fa fa-refresh"/>
<template v-else> <template v-else>
@@ -65,5 +64,4 @@ export default class MangaUpdatesUpdater extends Vue {
</span> </span>
</template> </template>
</button> </button>
</div>
</template> </template>