SLPlayer buttons
This commit is contained in:
parent
9ac6c06669
commit
916bb1df80
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue