* Update "toggle theatre mode" button icon (#1225)

Closes: #1180
This commit is contained in:
PikachuEXE 2021-04-27 23:52:09 +08:00 committed by GitHub
parent 80904bc5c6
commit 2752006179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
v-if="theatrePossible"
:title="$t('Toggle Theatre Mode')"
class="theatreModeButton option"
icon="expand-alt"
icon="tv"
theme="secondary"
@click="$emit('theatre-mode')"
/>