This commit is contained in:
Gamebrary 2021-02-16 14:34:32 -07:00
parent 5d14fc7bed
commit a271ed067d

View file

@ -1,7 +1,6 @@
<!-- TODO: allow to save screenshot as board wallpaper -->
<!-- TODO: Mix media from other sources (e.g. instagram, wikipedia, youtube, twitter, etc... ) --> <!-- TODO: Mix media from other sources (e.g. instagram, wikipedia, youtube, twitter, etc... ) -->
<template lang="html"> <template lang="html">
<b-form-row v-if="screenshots" class="mt-2 justify-content-center"> <b-form-row v-if="screenshots" class="mt-2">
<b-col <b-col
v-for="(thumbnail, index) in thumbnails" v-for="(thumbnail, index) in thumbnails"
:key="index" :key="index"
@ -49,6 +48,9 @@
/> />
</template> </template>
<!-- TODO: allow to save screenshot as board wallpaper -->
<!-- <b-button @click="test">Set as board wallpaper</b-button> -->
<b-button <b-button
:variant="nightMode ? 'dark' : 'light'" :variant="nightMode ? 'dark' : 'light'"
@click="previous" @click="previous"