mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 03:05:15 +00:00
Update general.vue
This commit is contained in:
parent
e8973387d5
commit
464e72671d
1 changed files with 2 additions and 3 deletions
|
@ -86,14 +86,13 @@
|
|||
borderRadius: `${$store.state.tweaks.roundTweak / 4}rem`,
|
||||
}"
|
||||
>
|
||||
<div class="mb-4">Personalized Recommendations</div>
|
||||
<div class="mb-4">{{ lang.personalizedrecommendations }}</div>
|
||||
<div
|
||||
class="background--text"
|
||||
:class="$vuetify.theme.dark ? 'text--lighten-4' : 'text--darken-4'"
|
||||
style="font-size: 0.75rem; margin-top: -0.25rem !important"
|
||||
>
|
||||
Receive personalized recommendations in exchange for sending watch
|
||||
time telemetry.
|
||||
{{ lang.personalizedrecommendationsinfo }}
|
||||
</div>
|
||||
</div>
|
||||
<v-switch
|
||||
|
|
Loading…
Reference in a new issue