From 275200617984673f81eb43c9c17506d958973027 Mon Sep 17 00:00:00 2001 From: PikachuEXE Date: Tue, 27 Apr 2021 23:52:09 +0800 Subject: [PATCH] * Update "toggle theatre mode" button icon (#1225) Closes: #1180 --- src/renderer/components/watch-video-info/watch-video-info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/watch-video-info/watch-video-info.vue b/src/renderer/components/watch-video-info/watch-video-info.vue index 67c22a87..0d4d85f6 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.vue +++ b/src/renderer/components/watch-video-info/watch-video-info.vue @@ -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')" />