set as wallpaper WIP

This commit is contained in:
Gamebrary 2021-02-16 21:40:45 -07:00
parent b4d3f3ea04
commit 386066f1fb

View file

@ -49,7 +49,9 @@
</template>
<!-- TODO: allow to save screenshot as board wallpaper -->
<!-- <b-button @click="test">Set as board wallpaper</b-button> -->
<b-button @click="setAsWallpaper">
Set as wallpaper
</b-button>
<b-button
:variant="nightMode ? 'dark' : 'light'"
@ -130,6 +132,11 @@ export default {
},
methods: {
setAsWallpaper() {
console.log(this.slides[this.activeImage]);
console.log(this.activeImage);
},
previous() {
this.$refs.screenshots.prev();
},