Added more customizability to the Discord Rich Presence Plugin on Cider (Buttons)
With this PR, people can choose whether to hide buttons on their rich presence (Listen on Cider & View on Apple Music).
This commit is contained in:
parent
7911ffdba9
commit
2d3a449bd7
4 changed files with 44 additions and 18 deletions
|
@ -637,6 +637,15 @@
|
|||
<input type="checkbox" v-model="app.cfg.general.discord_rpc_clear_on_pause" switch/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-option-line" v-show="app.cfg.general.discord_rpc != 0">
|
||||
<div class="md-option-segment">
|
||||
{{$root.getLz('settings.option.connectivity.discordRPC.hideButtons')}}<br>
|
||||
<small>({{$root.getLz('settings.option.visual.hardwareAcceleration.description')}})</small>
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto">
|
||||
<input type="checkbox" v-model="app.cfg.general.discord_rpc_hide_buttons" switch/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-option-line">
|
||||
<div class="md-option-segment">
|
||||
{{$root.getLz('settings.option.connectivity.lastfmScrobble')}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue