Added showBitrateTags and showSearchButton options

Re-added executeCommand as read-only
This commit is contained in:
RemixDev
2021-10-05 14:32:02 +02:00
parent 6c88cc9bb8
commit 96232e1907
8 changed files with 177 additions and 22 deletions

View File

@@ -43,7 +43,8 @@ const en = {
playlistN: '0 playlists | {n} playlist | {n} playlists'
},
yes: 'yes',
no: 'no'
no: 'no',
empty: 'empty'
},
about: {
appStatus: {
@@ -235,7 +236,9 @@ const en = {
appearance: {
title: 'Appearance',
slimDownloadTab: 'Slim download tab',
slimSidebar: 'Slim Sidebar'
slimSidebar: 'Slim Sidebar',
searchButton: 'Show search button',
bitrateTags: 'Show quality tag in download queue'
},
downloadPath: {
title: 'Download Path'

View File

@@ -43,7 +43,8 @@ const it = {
playlistN: '{n} playlist'
},
yes: 'sì',
no: 'no'
no: 'no',
empty: 'vuoto'
},
about: {
appStatus: {
@@ -235,7 +236,9 @@ const it = {
appearance: {
title: 'Aspetto',
slimDownloadTab: 'Tab dei download slim',
slimSidebar: 'Sidebar slim'
slimSidebar: 'Sidebar slim',
searchButton: 'Mostra bottone di ricerca',
bitrateTags: 'Mostra targhetta qualità nei download'
},
downloadPath: {
title: 'Cartella di download'