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')" />