Merge pull request #1725 from nextcloud/bugfix/simplify-archived-button

This commit is contained in:
Julius Härtl
2020-04-20 10:04:32 +02:00
committed by GitHub

View File

@@ -151,10 +151,7 @@
</Popover>
<Actions :style="archivedOpacity" :title="t('deck', 'Show archived cards')">
<ActionButton v-if="showArchived"
icon="icon-archive"
@click="toggleShowArchived" />
<ActionButton v-else
<ActionButton
icon="icon-archive"
@click="toggleShowArchived" />
</Actions>