Added autoCheckForUpdates opt-in option in settings
This commit is contained in:
parent
2e153770b7
commit
71caf6ffa8
File diff suppressed because one or more lines are too long
@ -560,6 +560,11 @@
|
|||||||
<h3 class="settings-group__header"><i class="material-icons">list</i>{{ $t('settings.other.title') }}</h3>
|
<h3 class="settings-group__header"><i class="material-icons">list</i>{{ $t('settings.other.title') }}</h3>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<label class="with-checkbox">
|
||||||
|
<input v-model="settings.autoCheckForUpdates" type="checkbox" />
|
||||||
|
<span class="checkbox-text">{{ $t('settings.other.autoCheckForUpdates') }}</span>
|
||||||
|
</label>
|
||||||
|
|
||||||
<label class="with-checkbox">
|
<label class="with-checkbox">
|
||||||
<input v-model="settings.tags.savePlaylistAsCompilation" type="checkbox" />
|
<input v-model="settings.tags.savePlaylistAsCompilation" type="checkbox" />
|
||||||
<span class="checkbox-text">{{ $t('settings.other.savePlaylistAsCompilation') }}</span>
|
<span class="checkbox-text">{{ $t('settings.other.savePlaylistAsCompilation') }}</span>
|
||||||
|
@ -356,6 +356,7 @@ const en = {
|
|||||||
},
|
},
|
||||||
other: {
|
other: {
|
||||||
title: 'Other',
|
title: 'Other',
|
||||||
|
autoCheckForUpdates: 'Check for updates on startup',
|
||||||
savePlaylistAsCompilation: 'Save playlists as compilation',
|
savePlaylistAsCompilation: 'Save playlists as compilation',
|
||||||
useNullSeparator: 'Use null separator',
|
useNullSeparator: 'Use null separator',
|
||||||
saveID3v1: 'Save ID3v1 as well',
|
saveID3v1: 'Save ID3v1 as well',
|
||||||
|
@ -357,6 +357,7 @@ const it = {
|
|||||||
},
|
},
|
||||||
other: {
|
other: {
|
||||||
title: 'Altro',
|
title: 'Altro',
|
||||||
|
autoCheckForUpdates: "Controlla aggiornamenti all'avvio",
|
||||||
savePlaylistAsCompilation: 'Salva le playlist come Compilation',
|
savePlaylistAsCompilation: 'Salva le playlist come Compilation',
|
||||||
useNullSeparator: 'Usa il carattere NULL come separatore',
|
useNullSeparator: 'Usa il carattere NULL come separatore',
|
||||||
saveID3v1: "Salva anche l'ID3v1",
|
saveID3v1: "Salva anche l'ID3v1",
|
||||||
|
Loading…
Reference in New Issue
Block a user