mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 06:20:17 -05:00
[web] Bring more consistency in the settings page
This commit is contained in:
@@ -78,9 +78,9 @@
|
||||
/>
|
||||
<div v-if="lastfm.scrobbling_enabled">
|
||||
<a
|
||||
class="button"
|
||||
class="button is-danger"
|
||||
@click="logoutLastfm"
|
||||
v-text="$t('page.settings.services.lastfm.stop-scrobbling')"
|
||||
v-text="$t('page.settings.services.logout')"
|
||||
/>
|
||||
</div>
|
||||
<div v-if="!lastfm.scrobbling_enabled">
|
||||
|
||||
Reference in New Issue
Block a user