SLPlayer buttons

This commit is contained in:
samcm 2017-12-24 01:51:13 +11:00
parent 9ac6c06669
commit 916bb1df80
1 changed files with 2 additions and 2 deletions

View File

@ -64,11 +64,11 @@
</v-dialog> </v-dialog>
<v-layout v-if="playingMetadata && chosenServer" row justify-center> <v-layout v-if="playingMetadata && chosenServer" row justify-center>
<v-flex md2> <v-flex md2>
<v-btn primary v-on:click.native.stop="dialog = !dialog">Playback Settings</v-btn> <v-btn color="primary" v-on:click.native.stop="dialog = !dialog">Playback Settings</v-btn>
</v-flex> </v-flex>
<v-flex md2> <v-flex md2>
<router-link to="/browse"> <router-link to="/browse">
<v-btn error v-on:click.native="stopPlayback()">Stop playback</v-btn> <v-btn color="error" v-on:click.native="stopPlayback()">Stop playback</v-btn>
</router-link> </router-link>
</v-flex> </v-flex>
</v-layout> </v-layout>